#B4D378

Color #B4D378 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B4D378

Tints of Caper #B4D378

Color information

#B4D378 (or 0xB4D378) is unknown color: approx Caper. HEX triplet: B4, D3 and 78. RGB value is (180,211,120). Sum of RGB (Red+Green+Blue) = 180+211+120=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D378 is #4B2C87. Grayscale: #BFBFBF. Windows color (decimal): -4926600 or 7918516. OLE color: 7918516.

HSL color Cylindrical-coordinate representation of color #B4D378: hue angle of 80.44º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4D378 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB180211120-
CMYK0.1500.430.17
HSL80.44º50.84%64.9%-
HSV(B)80.44º43.13%82.75%-
XYZ45.5157.6526.5-
YUV191.3687.73119.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 120 (47.27% from 255) = 23.48%
R=35.23%
G=41.29%
B=23.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1802111200.1500.430.1780.4450.8464.9
HexB4D378F02B11503341
Octal264323170170532112063101
Binary10110100110100111111000111101010111000110100001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D378; }

 p { color: rgb(180,211,120); }

 H1.HeaderClassName
 {
   color: #B4D378;
 }
 .AnyTagClassName
 {
   color: #B4D378;
 }
</style>
background-color css

<style>
 a { background-color: #B4D378; }

 a { background-color: rgb(180,211,120); }

 div.DivClassName
 {
   background-color: #B4D378;
 }
 .BgClassName
 {
   background-color: #B4D378;
 }
</style>
border-color css

<style>
 span { border-color: #B4D378; }

 span { border-color: rgb(180,211,120); }

 td.TdClassName
 {
   border-color: #B4D378;
 }
 .TagClassName
 {
   border-color: #B4D378;
 }
</style>