#B6C578

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

Shades of Caper #B6C578

Tints of Caper #B6C578

Color information

#B6C578 (or 0xB6C578) is unknown color: approx Caper. HEX triplet: B6, C5 and 78. RGB value is (182,197,120). Sum of RGB (Red+Green+Blue) = 182+197+120=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C578 is #493A87. Grayscale: #B8B8B8. Windows color (decimal): -4799112 or 7914934. OLE color: 7914934.

HSL color Cylindrical-coordinate representation of color #B6C578: hue angle of 71.69º degrees, saturation: 0.4, 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 #B6C578 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB182197120-
CMYK0.0800.390.23
HSL71.69º39.9%62.16%-
HSV(B)71.69º39.09%77.25%-
XYZ42.6551.2325.41-
YUV183.7492.03126.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 197 (77.34% from 255) = 39.48%
BLUE value IS 120 (47.27% from 255) = 24.05%
R=36.47%
G=39.48%
B=24.05%

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
Decimal1821971200.0800.390.2371.6939.962.16
HexB6C57880271748283e
Octal26630517010047271105076
Binary1011011011000101111100010000100111101111001000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C578; }

 p { color: rgb(182,197,120); }

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

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

 a { background-color: rgb(182,197,120); }

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

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

 span { border-color: rgb(182,197,120); }

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