#B4CC7C

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

Shades of Caper #B4CC7C

Tints of Caper #B4CC7C

Color information

#B4CC7C (or 0xB4CC7C) is unknown color: approx Caper. HEX triplet: B4, CC and 7C. RGB value is (180,204,124). Sum of RGB (Red+Green+Blue) = 180+204+124=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CC7C is #4B3383. Grayscale: #BCBCBC. Windows color (decimal): -4928388 or 8178868. OLE color: 8178868.

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

Color convert

RGB180204124-
CMYK0.1200.390.2
HSL78º43.96%64.31%-
HSV(B)78º39.22%80%-
XYZ44.0554.3427.24-
YUV187.792.05122.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=35.43%
G=40.16%
B=24.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041240.1200.390.27843.9664.31
HexB4CC7CC027144e2c40
Octal264314174140472411654100
Binary10110100110011001111100110001001111010010011101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC7C; }

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

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

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

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

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

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

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

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