#B0BA81

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

Shades of Caper #B0BA81

Tints of Caper #B0BA81

Color information

#B0BA81 (or 0xB0BA81) is unknown color: approx Caper. HEX triplet: B0, BA and 81. RGB value is (176,186,129). Sum of RGB (Red+Green+Blue) = 176+186+129=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA81 is #4F457E. Grayscale: #B0B0B0. Windows color (decimal): -5195135 or 8501936. OLE color: 8501936.

HSL color Cylindrical-coordinate representation of color #B0BA81: hue angle of 70.53º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0BA81 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB176186129-
CMYK0.0500.310.27
HSL70.53º29.23%61.76%-
HSV(B)70.53º30.65%72.94%-
XYZ39.4345.9327.56-
YUV176.51101.19127.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=35.85%
G=37.88%
B=26.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761861290.0500.310.2770.5329.2361.76
HexB0BA81501F1B471d3e
Octal2602722015037331073576
Binary10110000101110101000000110101111111011100011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA81; }

 p { color: rgb(176,186,129); }

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

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

 a { background-color: rgb(176,186,129); }

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

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

 span { border-color: rgb(176,186,129); }

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