#B4CC78

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

Shades of Caper #B4CC78

Tints of Caper #B4CC78

Color information

#B4CC78 (or 0xB4CC78) is unknown color: approx Caper. HEX triplet: B4, CC and 78. RGB value is (180,204,120). Sum of RGB (Red+Green+Blue) = 180+204+120=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CC78 is #4B3387. Grayscale: #BBBBBB. Windows color (decimal): -4928392 or 7916724. OLE color: 7916724.

HSL color Cylindrical-coordinate representation of color #B4CC78: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4CC78 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB180204120-
CMYK0.1200.410.2
HSL77.14º45.16%63.53%-
HSV(B)77.14º41.18%80%-
XYZ43.8154.2525.93-
YUV187.2590.05122.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 120 (47.27% from 255) = 23.81%
R=35.71%
G=40.48%
B=23.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041200.1200.410.277.1445.1663.53
HexB4CC78C029144d2d40
Octal264314170140512411555100
Binary10110100110011001111000110001010011010010011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC78; }

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

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

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

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

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

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

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

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