#B0C37F

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

Shades of Caper #B0C37F

Tints of Caper #B0C37F

Color information

#B0C37F (or 0xB0C37F) is unknown color: approx Caper. HEX triplet: B0, C3 and 7F. RGB value is (176,195,127). Sum of RGB (Red+Green+Blue) = 176+195+127=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C37F is #4F3C80. Grayscale: #B5B5B5. Windows color (decimal): -5192833 or 8373168. OLE color: 8373168.

HSL color Cylindrical-coordinate representation of color #B0C37F: hue angle of 76.76º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0C37F is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB176195127-
CMYK0.1000.350.24
HSL76.76º36.17%63.14%-
HSV(B)76.76º34.87%76.47%-
XYZ41.2549.7927.52-
YUV181.5797.21124.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 127 (50% from 255) = 25.50%
R=35.34%
G=39.16%
B=25.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951270.1000.350.2476.7636.1763.14
HexB0C37FA023184d243f
Octal26030317712043301154477
Binary1011000011000011111111110100100011110001001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C37F; }

 p { color: rgb(176,195,127); }

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

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

 a { background-color: rgb(176,195,127); }

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

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

 span { border-color: rgb(176,195,127); }

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