#B4CC8C

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

Shades of Caper #B4CC8C

Tints of Caper #B4CC8C

Color information

#B4CC8C (or 0xB4CC8C) is unknown color: approx Caper. HEX triplet: B4, CC and 8C. RGB value is (180,204,140). Sum of RGB (Red+Green+Blue) = 180+204+140=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CC8C is #4B3373. Grayscale: #BDBDBD. Windows color (decimal): -4928372 or 9227444. OLE color: 9227444.

HSL color Cylindrical-coordinate representation of color #B4CC8C: hue angle of 82.5º 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 #B4CC8C is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB180204140-
CMYK0.1200.310.2
HSL82.5º38.55%67.45%-
HSV(B)82.5º31.37%80%-
XYZ45.1554.7833.01-
YUV189.53100.05121.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=34.35%
G=38.93%
B=26.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041400.1200.310.282.538.5567.45
HexB4CC8CC01F14522743
Octal264314214140372412247103
Binary10110100110011001000110011000111111010010100101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC8C; }

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

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

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

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

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

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

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

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