#B0D27E

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

Shades of Caper #B0D27E

Tints of Caper #B0D27E

Color information

#B0D27E (or 0xB0D27E) is unknown color: approx Caper. HEX triplet: B0, D2 and 7E. RGB value is (176,210,126). Sum of RGB (Red+Green+Blue) = 176+210+126=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D27E is #4F2D81. Grayscale: #BEBEBE. Windows color (decimal): -5188994 or 8311472. OLE color: 8311472.

HSL color Cylindrical-coordinate representation of color #B0D27E: hue angle of 84.29º degrees, saturation: 0.48, 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 #B0D27E is Cyan = 0.16, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB176210126-
CMYK0.1600.40.18
HSL84.29º48.28%65.88%-
HSV(B)84.29º40%82.35%-
XYZ44.7256.8328.35-
YUV190.2691.74117.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 126 (49.61% from 255) = 24.61%
R=34.38%
G=41.02%
B=24.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762101260.1600.40.1884.2948.2865.88
HexB0D27E1002812543042
Octal260322176200502212460102
Binary101100001101001011111101000001010001001010101001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D27E; }

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

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

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

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

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

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

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

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