#B0C98B

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

Shades of Caper #B0C98B

Tints of Caper #B0C98B

Color information

#B0C98B (or 0xB0C98B) is unknown color: approx Caper. HEX triplet: B0, C9 and 8B. RGB value is (176,201,139). Sum of RGB (Red+Green+Blue) = 176+201+139=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C98B is #4F3674. Grayscale: #BABABA. Windows color (decimal): -5191285 or 9161136. OLE color: 9161136.

HSL color Cylindrical-coordinate representation of color #B0C98B: hue angle of 84.19º degrees, saturation: 0.36, 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 #B0C98B is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB176201139-
CMYK0.1200.310.21
HSL84.19º36.47%66.67%-
HSV(B)84.19º30.85%78.82%-
XYZ43.4552.8732.34-
YUV186.46101.22120.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=34.11%
G=38.95%
B=26.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762011390.1200.310.2184.1936.4766.67
HexB0C98BC01F15542443
Octal260311213140372512444103
Binary10110000110010011000101111000111111010110101001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C98B; }

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

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

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

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

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

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

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

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