#B1C06E

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

Shades of Caper #B1C06E

Tints of Caper #B1C06E

Color information

#B1C06E (or 0xB1C06E) is unknown color: approx Caper. HEX triplet: B1, C0 and 6E. RGB value is (177,192,110). Sum of RGB (Red+Green+Blue) = 177+192+110=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C06E is #4E3F91. Grayscale: #B2B2B2. Windows color (decimal): -5128082 or 7258289. OLE color: 7258289.

HSL color Cylindrical-coordinate representation of color #B1C06E: hue angle of 70.98º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1C06E is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB177192110-
CMYK0.0800.430.25
HSL70.98º39.42%59.22%-
HSV(B)70.98º42.71%75.29%-
XYZ39.848.1721.95-
YUV178.1789.53127.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 110 (43.36% from 255) = 22.96%
R=36.95%
G=40.08%
B=22.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921100.0800.430.2570.9839.4259.22
HexB1C06E802B1947273b
Octal26130015610053311074773
Binary1011000111000000110111010000101011110011000111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C06E; }

 p { color: rgb(177,192,110); }

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

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

 a { background-color: rgb(177,192,110); }

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

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

 span { border-color: rgb(177,192,110); }

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