#B6C479

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

Shades of Caper #B6C479

Tints of Caper #B6C479

Color information

#B6C479 (or 0xB6C479) is unknown color: approx Caper. HEX triplet: B6, C4 and 79. RGB value is (182,196,121). Sum of RGB (Red+Green+Blue) = 182+196+121=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C479 is #493B86. Grayscale: #B7B7B7. Windows color (decimal): -4799367 or 7980214. OLE color: 7980214.

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

Color convert

RGB182196121-
CMYK0.0700.380.23
HSL71.2º38.86%62.16%-
HSV(B)71.2º38.27%76.86%-
XYZ42.4850.8125.66-
YUV183.2692.86127.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=36.47%
G=39.28%
B=24.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961210.0700.380.2371.238.8662.16
HexB6C47970261747273e
Octal2663041717046271074776
Binary101101101100010011110011110100110101111000111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C479; }

 p { color: rgb(182,196,121); }

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

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

 a { background-color: rgb(182,196,121); }

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

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

 span { border-color: rgb(182,196,121); }

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