#B0CD88

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

Shades of Caper #B0CD88

Tints of Caper #B0CD88

Color information

#B0CD88 (or 0xB0CD88) is unknown color: approx Caper. HEX triplet: B0, CD and 88. RGB value is (176,205,136). Sum of RGB (Red+Green+Blue) = 176+205+136=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CD88 is #4F3277. Grayscale: #BCBCBC. Windows color (decimal): -5190264 or 8965552. OLE color: 8965552.

HSL color Cylindrical-coordinate representation of color #B0CD88: hue angle of 85.22º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0CD88 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB176205136-
CMYK0.1400.340.20
HSL85.22º40.83%66.86%-
HSV(B)85.22º33.66%80.39%-
XYZ44.1854.6731.52-
YUV188.4698.39119.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=34.04%
G=39.65%
B=26.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051360.1400.340.2085.2240.8366.86
HexB0CD88E02214552943
Octal260315210160422412551103
Binary101100001100110110001000111001000101010010101011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD88; }

 p { color: rgb(176,205,136); }

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

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

 a { background-color: rgb(176,205,136); }

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

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

 span { border-color: rgb(176,205,136); }

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