#B9C68C

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

Shades of Caper #B9C68C

Tints of Caper #B9C68C

Color information

#B9C68C (or 0xB9C68C) is unknown color: approx Caper. HEX triplet: B9, C6 and 8C. RGB value is (185,198,140). Sum of RGB (Red+Green+Blue) = 185+198+140=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C68C is #463973. Grayscale: #BBBBBB. Windows color (decimal): -4602228 or 9225913. OLE color: 9225913.

HSL color Cylindrical-coordinate representation of color #B9C68C: hue angle of 73.45º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9C68C is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB185198140-
CMYK0.0700.290.22
HSL73.45º33.72%66.27%-
HSV(B)73.45º29.29%77.65%-
XYZ44.9452.632.59-
YUV187.5101.19126.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=35.37%
G=37.86%
B=26.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981400.0700.290.2273.4533.7266.27
HexB9C68C701D16492242
Octal27130621470352611142102
Binary1011100111000110100011001110111011011010010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C68C; }

 p { color: rgb(185,198,140); }

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

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

 a { background-color: rgb(185,198,140); }

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

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

 span { border-color: rgb(185,198,140); }

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