#B0D17E

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

Shades of Caper #B0D17E

Tints of Caper #B0D17E

Color information

#B0D17E (or 0xB0D17E) is unknown color: approx Caper. HEX triplet: B0, D1 and 7E. RGB value is (176,209,126). Sum of RGB (Red+Green+Blue) = 176+209+126=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D17E is #4F2E81. Grayscale: #BDBDBD. Windows color (decimal): -5189250 or 8311216. OLE color: 8311216.

HSL color Cylindrical-coordinate representation of color #B0D17E: hue angle of 83.86º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0D17E is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB176209126-
CMYK0.1600.400.18
HSL83.86º47.43%65.69%-
HSV(B)83.86º39.71%81.96%-
XYZ44.4756.3428.27-
YUV189.6792.07118.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 209 (82.03% from 255) = 40.90%
BLUE value IS 126 (49.61% from 255) = 24.66%
R=34.44%
G=40.90%
B=24.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762091260.1600.400.1883.8647.4365.69
HexB0D17E1002812542f42
Octal260321176200502212457102
Binary101100001101000111111101000001010001001010101001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D17E; }

 p { color: rgb(176,209,126); }

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

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

 a { background-color: rgb(176,209,126); }

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

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

 span { border-color: rgb(176,209,126); }

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