#B6C67D

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

Shades of Caper #B6C67D

Tints of Caper #B6C67D

Color information

#B6C67D (or 0xB6C67D) is unknown color: approx Caper. HEX triplet: B6, C6 and 7D. RGB value is (182,198,125). Sum of RGB (Red+Green+Blue) = 182+198+125=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C67D is #493982. Grayscale: #B9B9B9. Windows color (decimal): -4798851 or 8242870. OLE color: 8242870.

HSL color Cylindrical-coordinate representation of color #B6C67D: hue angle of 73.15º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6C67D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB182198125-
CMYK0.0800.370.22
HSL73.15º39.04%63.33%-
HSV(B)73.15º36.87%77.65%-
XYZ43.1951.8127.13-
YUV184.8994.2125.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=36.04%
G=39.21%
B=24.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821981250.0800.370.2273.1539.0463.33
HexB6C67D80251649273f
Octal26630617510045261114777
Binary1011011011000110111110110000100101101101001001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C67D; }

 p { color: rgb(182,198,125); }

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

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

 a { background-color: rgb(182,198,125); }

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

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

 span { border-color: rgb(182,198,125); }

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