#B0C88A

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

Shades of Caper #B0C88A

Tints of Caper #B0C88A

Color information

#B0C88A (or 0xB0C88A) is unknown color: approx Caper. HEX triplet: B0, C8 and 8A. RGB value is (176,200,138). Sum of RGB (Red+Green+Blue) = 176+200+138=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C88A is #4F3775. Grayscale: #B9B9B9. Windows color (decimal): -5191542 or 9095344. OLE color: 9095344.

HSL color Cylindrical-coordinate representation of color #B0C88A: hue angle of 83.23º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0C88A is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB176200138-
CMYK0.1200.310.22
HSL83.23º36.05%66.27%-
HSV(B)83.23º31%78.43%-
XYZ43.1552.3731.88-
YUV185.76101.05121.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=34.24%
G=38.91%
B=26.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001380.1200.310.2283.2336.0566.27
HexB0C88AC01F16532442
Octal260310212140372612344102
Binary10110000110010001000101011000111111011010100111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C88A; }

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

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

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

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

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

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

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

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