#B0C47D

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

Shades of Caper #B0C47D

Tints of Caper #B0C47D

Color information

#B0C47D (or 0xB0C47D) is unknown color: approx Caper. HEX triplet: B0, C4 and 7D. RGB value is (176,196,125). Sum of RGB (Red+Green+Blue) = 176+196+125=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C47D is #4F3B82. Grayscale: #B6B6B6. Windows color (decimal): -5192579 or 8242352. OLE color: 8242352.

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

Color convert

RGB176196125-
CMYK0.1000.360.23
HSL76.9º37.57%62.94%-
HSV(B)76.9º36.22%76.86%-
XYZ41.3550.1926.91-
YUV181.9395.87123.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=35.41%
G=39.44%
B=25.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961250.1000.360.2376.937.5762.94
HexB0C47DA024174d263f
Octal26030417512044271154677
Binary1011000011000100111110110100100100101111001101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C47D; }

 p { color: rgb(176,196,125); }

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

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

 a { background-color: rgb(176,196,125); }

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

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

 span { border-color: rgb(176,196,125); }

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