#B3CB72

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

Shades of Caper #B3CB72

Tints of Caper #B3CB72

Color information

#B3CB72 (or 0xB3CB72) is unknown color: approx Caper. HEX triplet: B3, CB and 72. RGB value is (179,203,114). Sum of RGB (Red+Green+Blue) = 179+203+114=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CB72 is #4C348D. Grayscale: #BABABA. Windows color (decimal): -4994190 or 7523251. OLE color: 7523251.

HSL color Cylindrical-coordinate representation of color #B3CB72: hue angle of 76.18º degrees, saturation: 0.46, 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 #B3CB72 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB179203114-
CMYK0.1200.440.20
HSL76.18º46.11%62.16%-
HSV(B)76.18º43.84%79.61%-
XYZ42.9853.5123.98-
YUV185.6887.55123.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=36.09%
G=40.93%
B=22.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031140.1200.440.2076.1846.1162.16
HexB3CB72C02C144c2e3e
Octal26331316214054241145676
Binary1011001111001011111001011000101100101001001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB72; }

 p { color: rgb(179,203,114); }

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

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

 a { background-color: rgb(179,203,114); }

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

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

 span { border-color: rgb(179,203,114); }

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