#B6CB79

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

Shades of Caper #B6CB79

Tints of Caper #B6CB79

Color information

#B6CB79 (or 0xB6CB79) is unknown color: approx Caper. HEX triplet: B6, CB and 79. RGB value is (182,203,121). Sum of RGB (Red+Green+Blue) = 182+203+121=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CB79 is #493486. Grayscale: #BBBBBB. Windows color (decimal): -4797575 or 7982006. OLE color: 7982006.

HSL color Cylindrical-coordinate representation of color #B6CB79: hue angle of 75.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6CB79 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB182203121-
CMYK0.1000.400.20
HSL75.37º44.09%63.53%-
HSV(B)75.37º40.39%79.61%-
XYZ44.154.0426.2-
YUV187.3790.54124.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=35.97%
G=40.12%
B=23.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822031210.1000.400.2075.3744.0963.53
HexB6CB79A028144b2c40
Octal266313171120502411354100
Binary10110110110010111111001101001010001010010010111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB79; }

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

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

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

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

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

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

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

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