#B4CC72

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

Shades of Caper #B4CC72

Tints of Caper #B4CC72

Color information

#B4CC72 (or 0xB4CC72) is unknown color: approx Caper. HEX triplet: B4, CC and 72. RGB value is (180,204,114). Sum of RGB (Red+Green+Blue) = 180+204+114=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CC72 is #4B338D. Grayscale: #BABABA. Windows color (decimal): -4928398 or 7523508. OLE color: 7523508.

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

Color convert

RGB180204114-
CMYK0.1200.440.2
HSL76º46.88%62.35%-
HSV(B)76º44.12%80%-
XYZ43.4554.124.07-
YUV186.5687.05123.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 204 (80.08% from 255) = 40.96%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=36.14%
G=40.96%
B=22.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041140.1200.440.27646.8862.35
HexB4CC72C02C144c2f3e
Octal26431416214054241145776
Binary1011010011001100111001011000101100101001001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC72; }

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

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

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

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

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

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

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

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