#B4CC8A

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

Shades of Caper #B4CC8A

Tints of Caper #B4CC8A

Color information

#B4CC8A (or 0xB4CC8A) is unknown color: approx Caper. HEX triplet: B4, CC and 8A. RGB value is (180,204,138). Sum of RGB (Red+Green+Blue) = 180+204+138=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CC8A is #4B3375. Grayscale: #BDBDBD. Windows color (decimal): -4928374 or 9096372. OLE color: 9096372.

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

Color convert

RGB180204138-
CMYK0.1200.320.2
HSL81.82º39.29%67.06%-
HSV(B)81.82º32.35%80%-
XYZ4554.7232.24-
YUV189.399.05121.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=34.48%
G=39.08%
B=26.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041380.1200.320.281.8239.2967.06
HexB4CC8AC02014522743
Octal264314212140402412247103
Binary101101001100110010001010110001000001010010100101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC8A; }

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

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

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

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

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

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

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

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