#B0C58A

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

Shades of Caper #B0C58A

Tints of Caper #B0C58A

Color information

#B0C58A (or 0xB0C58A) is unknown color: approx Caper. HEX triplet: B0, C5 and 8A. RGB value is (176,197,138). Sum of RGB (Red+Green+Blue) = 176+197+138=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C58A is #4F3A75. Grayscale: #B8B8B8. Windows color (decimal): -5192310 or 9094576. OLE color: 9094576.

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

Color convert

RGB176197138-
CMYK0.1100.300.23
HSL81.36º33.71%65.69%-
HSV(B)81.36º29.95%77.25%-
XYZ42.465131.65-
YUV183.99102.04122.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=34.44%
G=38.55%
B=27.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971380.1100.300.2381.3633.7165.69
HexB0C58AB01E17512242
Octal260305212130362712142102
Binary10110000110001011000101010110111101011110100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C58A; }

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

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

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

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

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

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

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

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