#B9CC8C

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

Shades of Caper #B9CC8C

Tints of Caper #B9CC8C

Color information

#B9CC8C (or 0xB9CC8C) is unknown color: approx Caper. HEX triplet: B9, CC and 8C. RGB value is (185,204,140). Sum of RGB (Red+Green+Blue) = 185+204+140=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CC8C is #463373. Grayscale: #BFBFBF. Windows color (decimal): -4600692 or 9227449. OLE color: 9227449.

HSL color Cylindrical-coordinate representation of color #B9CC8C: hue angle of 77.81º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9CC8C is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB185204140-
CMYK0.0900.310.2
HSL77.81º38.55%67.45%-
HSV(B)77.81º31.37%80%-
XYZ46.3355.3933.06-
YUV191.0299.21123.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 140 (55.08% from 255) = 26.47%
R=34.97%
G=38.56%
B=26.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041400.0900.310.277.8138.5567.45
HexB9CC8C901F144e2743
Octal271314214110372411647103
Binary10111001110011001000110010010111111010010011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CC8C; }

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

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

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

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

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

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

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

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