#B0C47F

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

Shades of Caper #B0C47F

Tints of Caper #B0C47F

Color information

#B0C47F (or 0xB0C47F) is unknown color: approx Caper. HEX triplet: B0, C4 and 7F. RGB value is (176,196,127). Sum of RGB (Red+Green+Blue) = 176+196+127=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C47F is #4F3B80. Grayscale: #B6B6B6. Windows color (decimal): -5192577 or 8373424. OLE color: 8373424.

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

Color convert

RGB176196127-
CMYK0.1000.350.23
HSL77.39º36.9%63.33%-
HSV(B)77.39º35.2%76.86%-
XYZ41.4850.2427.59-
YUV182.1596.87123.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 127 (50% from 255) = 25.45%
R=35.27%
G=39.28%
B=25.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961270.1000.350.2377.3936.963.33
HexB0C47FA023174d253f
Octal26030417712043271154577
Binary1011000011000100111111110100100011101111001101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C47F; }

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

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

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

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

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

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

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

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