#B9CF7C

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

Shades of Caper #B9CF7C

Tints of Caper #B9CF7C

Color information

#B9CF7C (or 0xB9CF7C) is unknown color: approx Caper. HEX triplet: B9, CF and 7C. RGB value is (185,207,124). Sum of RGB (Red+Green+Blue) = 185+207+124=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CF7C is #463083. Grayscale: #BFBFBF. Windows color (decimal): -4599940 or 8179641. OLE color: 8179641.

HSL color Cylindrical-coordinate representation of color #B9CF7C: hue angle of 75.9º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9CF7C is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB185207124-
CMYK0.1100.400.19
HSL75.9º46.37%64.9%-
HSV(B)75.9º40.1%81.18%-
XYZ45.9656.427.53-
YUV190.9690.21123.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 207 (81.25% from 255) = 40.12%
BLUE value IS 124 (48.83% from 255) = 24.03%
R=35.85%
G=40.12%
B=24.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071240.1100.400.1975.946.3764.9
HexB9CF7CB028134c2e41
Octal271317174130502311456101
Binary10111001110011111111100101101010001001110011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CF7C; }

 p { color: rgb(185,207,124); }

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

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

 a { background-color: rgb(185,207,124); }

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

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

 span { border-color: rgb(185,207,124); }

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