#B0C179

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

Shades of Caper #B0C179

Tints of Caper #B0C179

Color information

#B0C179 (or 0xB0C179) is unknown color: approx Caper. HEX triplet: B0, C1 and 79. RGB value is (176,193,121). Sum of RGB (Red+Green+Blue) = 176+193+121=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C179 is #4F3E86. Grayscale: #B3B3B3. Windows color (decimal): -5193351 or 7979440. OLE color: 7979440.

HSL color Cylindrical-coordinate representation of color #B0C179: hue angle of 74.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0C179 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB176193121-
CMYK0.0900.370.24
HSL74.17º36.73%61.57%-
HSV(B)74.17º37.31%75.69%-
XYZ40.4348.7525.37-
YUV179.7194.87125.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=35.92%
G=39.39%
B=24.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931210.0900.370.2474.1736.7361.57
HexB0C1799025184a253e
Octal26030117111045301124576
Binary1011000011000001111100110010100101110001001010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C179; }

 p { color: rgb(176,193,121); }

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

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

 a { background-color: rgb(176,193,121); }

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

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

 span { border-color: rgb(176,193,121); }

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