#B0C078

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

Shades of Caper #B0C078

Tints of Caper #B0C078

Color information

#B0C078 (or 0xB0C078) is unknown color: approx Caper. HEX triplet: B0, C0 and 78. RGB value is (176,192,120). Sum of RGB (Red+Green+Blue) = 176+192+120=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C078 is #4F3F87. Grayscale: #B3B3B3. Windows color (decimal): -5193608 or 7913648. OLE color: 7913648.

HSL color Cylindrical-coordinate representation of color #B0C078: hue angle of 73.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0C078 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB176192120-
CMYK0.0800.380.25
HSL73.33º36.36%61.18%-
HSV(B)73.33º37.5%75.29%-
XYZ40.1448.2924.97-
YUV179.0194.7125.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 120 (47.27% from 255) = 24.59%
R=36.07%
G=39.34%
B=24.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921200.0800.380.2573.3336.3661.18
HexB0C07880261949243d
Octal26030017010046311114475
Binary1011000011000000111100010000100110110011001001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C078; }

 p { color: rgb(176,192,120); }

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

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

 a { background-color: rgb(176,192,120); }

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

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

 span { border-color: rgb(176,192,120); }

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