Html Css Color HEX #999002 Olive

📋 copy color: '#999002'

red 153 ◦ green 144 ◦ blue 2

#999002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #999002

Tints of Olive #999002

RGB

 RED value IS 153 (60.16% from 255) = 51.17%

 GREEN value IS 144 (56.64% from 255) = 48.16%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 51.17%
G = 48.16%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#999002 (or 0x999002) is known color: Olive. HEX triplet: 99, 90 and 02. RGB value is (153,144,2). Sum of RGB (Red+Green+Blue) = 153+144+2=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #999002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999002 is #666FFD. Grayscale: #838383. Windows color (decimal): -6713342 or 168089. OLE color: 168089.

HSL color Cylindrical-coordinate representation of color #999002: hue angle of 56.42º 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 #999002 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 2 -
CMYK 0 0.06 0.99 0.4
HSL 56.42º 0.97% 0.3% -
HSV(B) 56.42º 0.99% 0.6% -
XYZ 23.12 26.72 4 -
YUV 130.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 153 144 2 0 0.06 0.99 0.4 56.42 0.97 0.3
Hex 99 90 2 0 6 63 28 38 61 1E
Octal 231 220 2 0 6 143 50 70 141 36
Binary 10011001 10010000 10 0 110 1100011 101000 111000 1100001 11110

Color Harmonies of #999002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999002

Black with #999002

Text Example


Text Example

White with #999002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999002; }

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

 H1.HeaderClassName
 {
   color: #999002;
 }
 .AnyTagClassName
 {
   color: #999002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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