#B1D06E

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

Shades of Caper #B1D06E

Tints of Caper #B1D06E

Color information

#B1D06E (or 0xB1D06E) is unknown color: approx Caper. HEX triplet: B1, D0 and 6E. RGB value is (177,208,110). Sum of RGB (Red+Green+Blue) = 177+208+110=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D06E is #4E2F91. Grayscale: #BBBBBB. Windows color (decimal): -5123986 or 7262385. OLE color: 7262385.

HSL color Cylindrical-coordinate representation of color #B1D06E: hue angle of 78.98º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1D06E is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB177208110-
CMYK0.1500.470.18
HSL78.98º51.04%62.35%-
HSV(B)78.98º47.12%81.57%-
XYZ43.555.5823.19-
YUV187.5684.23120.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=35.76%
G=42.02%
B=22.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772081100.1500.470.1878.9851.0462.35
HexB1D06EF02F124f333e
Octal26132015617057221176376
Binary1011000111010000110111011110101111100101001111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D06E; }

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

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

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

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

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

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

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

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