#B5C478

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

Shades of Caper #B5C478

Tints of Caper #B5C478

Color information

#B5C478 (or 0xB5C478) is unknown color: approx Caper. HEX triplet: B5, C4 and 78. RGB value is (181,196,120). Sum of RGB (Red+Green+Blue) = 181+196+120=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C478 is #4A3B87. Grayscale: #B7B7B7. Windows color (decimal): -4864904 or 7914677. OLE color: 7914677.

HSL color Cylindrical-coordinate representation of color #B5C478: hue angle of 71.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5C478 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB181196120-
CMYK0.0800.390.23
HSL71.84º39.18%61.96%-
HSV(B)71.84º38.78%76.86%-
XYZ42.1950.6625.32-
YUV182.8592.53126.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=36.42%
G=39.44%
B=24.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811961200.0800.390.2371.8439.1861.96
HexB5C47880271748273e
Octal26530417010047271104776
Binary1011010111000100111100010000100111101111001000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C478; }

 p { color: rgb(181,196,120); }

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

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

 a { background-color: rgb(181,196,120); }

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

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

 span { border-color: rgb(181,196,120); }

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