#8B9902

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

Shades of Olive #8B9902

Tints of Olive #8B9902

Color information

#8B9902 (or 0x8B9902) is unknown color: approx Olive. HEX triplet: 8B, 99 and 02. RGB value is (139,153,2). Sum of RGB (Red+Green+Blue) = 139+153+2=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9902 is #7466FD. Grayscale: #848484. Windows color (decimal): -7628542 or 170379. OLE color: 170379.

HSL color Cylindrical-coordinate representation of color #8B9902: hue angle of 65.56º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B9902 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB1391532-
CMYK0.0900.990.4
HSL65.56º97.42%30.39%-
HSV(B)65.56º98.69%60%-
XYZ22.0528.284.35-
YUV131.654.86133.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=47.28%
G=52.04%
B=0.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13915320.0900.990.465.5697.4230.39
Hex8B99290632842611e
Octal21323121101435010214136
Binary1000101110011001101001011000111010001000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9902; }

 p { color: rgb(139,153,2); }

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

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

 a { background-color: rgb(139,153,2); }

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

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

 span { border-color: rgb(139,153,2); }

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