#B0C58B

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

Shades of Caper #B0C58B

Tints of Caper #B0C58B

Color information

#B0C58B (or 0xB0C58B) is unknown color: approx Caper. HEX triplet: B0, C5 and 8B. RGB value is (176,197,139). Sum of RGB (Red+Green+Blue) = 176+197+139=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C58B is #4F3A74. Grayscale: #B8B8B8. Windows color (decimal): -5192309 or 9160112. OLE color: 9160112.

HSL color Cylindrical-coordinate representation of color #B0C58B: hue angle of 81.72º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0C58B is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB176197139-
CMYK0.1100.290.23
HSL81.72º33.33%65.88%-
HSV(B)81.72º29.44%77.25%-
XYZ42.5351.0332.03-
YUV184.11102.54122.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=34.38%
G=38.48%
B=27.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971390.1100.290.2381.7233.3365.88
HexB0C58BB01D17522142
Octal260305213130352712241102
Binary10110000110001011000101110110111011011110100101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C58B; }

 p { color: rgb(176,197,139); }

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

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

 a { background-color: rgb(176,197,139); }

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

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

 span { border-color: rgb(176,197,139); }

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