#B0CA8B

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

Shades of Caper #B0CA8B

Tints of Caper #B0CA8B

Color information

#B0CA8B (or 0xB0CA8B) is unknown color: approx Caper. HEX triplet: B0, CA and 8B. RGB value is (176,202,139). Sum of RGB (Red+Green+Blue) = 176+202+139=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA8B is #4F3574. Grayscale: #BBBBBB. Windows color (decimal): -5191029 or 9161392. OLE color: 9161392.

HSL color Cylindrical-coordinate representation of color #B0CA8B: hue angle of 84.76º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0CA8B is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB176202139-
CMYK0.1300.310.21
HSL84.76º37.28%66.86%-
HSV(B)84.76º31.19%79.22%-
XYZ43.6953.3432.42-
YUV187.04100.89120.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=34.04%
G=39.07%
B=26.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021390.1300.310.2184.7637.2866.86
HexB0CA8BD01F15552543
Octal260312213150372512545103
Binary10110000110010101000101111010111111010110101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA8B; }

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

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

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

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

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

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

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

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