#B6CF72

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

Shades of Caper #B6CF72

Tints of Caper #B6CF72

Color information

#B6CF72 (or 0xB6CF72) is unknown color: approx Caper. HEX triplet: B6, CF and 72. RGB value is (182,207,114). Sum of RGB (Red+Green+Blue) = 182+207+114=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CF72 is #49308D. Grayscale: #BDBDBD. Windows color (decimal): -4796558 or 7524278. OLE color: 7524278.

HSL color Cylindrical-coordinate representation of color #B6CF72: hue angle of 76.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6CF72 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB182207114-
CMYK0.1200.450.19
HSL76.13º49.21%62.94%-
HSV(B)76.13º44.93%81.18%-
XYZ44.6455.7924.33-
YUV188.9285.72123.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=36.18%
G=41.15%
B=22.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822071140.1200.450.1976.1349.2162.94
HexB6CF72C02D134c313f
Octal26631716214055231146177
Binary1011011011001111111001011000101101100111001100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CF72; }

 p { color: rgb(182,207,114); }

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

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

 a { background-color: rgb(182,207,114); }

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

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

 span { border-color: rgb(182,207,114); }

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