#99B26E

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

Shades of Olivine #99B26E

Tints of Olivine #99B26E

Color information

#99B26E (or 0x99B26E) is unknown color: approx Olivine. HEX triplet: 99, B2 and 6E. RGB value is (153,178,110). Sum of RGB (Red+Green+Blue) = 153+178+110=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #99B26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B26E is #664D91. Grayscale: #A3A3A3. Windows color (decimal): -6704530 or 7254681. OLE color: 7254681.

HSL color Cylindrical-coordinate representation of color #99B26E: hue angle of 82.06º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99B26E is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB153178110-
CMYK0.1400.380.30
HSL82.06º30.63%56.47%-
HSV(B)82.06º38.2%69.8%-
XYZ31.8739.7420.74-
YUV162.7798.22121.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=34.69%
G=40.36%
B=24.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531781100.1400.380.3082.0630.6356.47
Hex99B26EE0261E521f38
Octal23126215616046361223770
Binary100110011011001011011101110010011011110101001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B26E; }

 p { color: rgb(153,178,110); }

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

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

 a { background-color: rgb(153,178,110); }

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

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

 span { border-color: rgb(153,178,110); }

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