#B0C28E

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

Shades of Caper #B0C28E

Tints of Caper #B0C28E

Color information

#B0C28E (or 0xB0C28E) is unknown color: approx Caper. HEX triplet: B0, C2 and 8E. RGB value is (176,194,142). Sum of RGB (Red+Green+Blue) = 176+194+142=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C28E is #4F3D71. Grayscale: #B6B6B6. Windows color (decimal): -5193074 or 9355952. OLE color: 9355952.

HSL color Cylindrical-coordinate representation of color #B0C28E: hue angle of 80.77º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C28E is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB176194142-
CMYK0.0900.270.24
HSL80.77º29.89%65.88%-
HSV(B)80.77º26.8%76.08%-
XYZ42.0849.7732.98-
YUV182.69105.04123.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=34.38%
G=37.89%
B=27.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761941420.0900.270.2480.7729.8965.88
HexB0C28E901B18511e42
Octal260302216110333012136102
Binary1011000011000010100011101001011011110001010001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C28E; }

 p { color: rgb(176,194,142); }

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

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

 a { background-color: rgb(176,194,142); }

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

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

 span { border-color: rgb(176,194,142); }

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