Html Css Color HEX #999303 Olive

📋 copy color: '#999303'

red 153 ◦ green 147 ◦ blue 3

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

Shades of Olive #999303

Tints of Olive #999303

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.51%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 50.5%
G = 48.51%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#999303 (or 0x999303) is known color: Olive. HEX triplet: 99, 93 and 03. RGB value is (153,147,3). Sum of RGB (Red+Green+Blue) = 153+147+3=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #999303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999303 is #666CFC. Grayscale: #848484. Windows color (decimal): -6712573 or 234393. OLE color: 234393.

HSL color Cylindrical-coordinate representation of color #999303: hue angle of 57.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #999303 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 147 3 -
CMYK 0 0.04 0.98 0.4
HSL 57.6º 0.96% 0.31% -
HSV(B) 57.6º 0.98% 0.6% -
XYZ 23.59 27.65 4.18 -
YUV 132.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 153 147 3 0 0.04 0.98 0.4 57.6 0.96 0.31
Hex 99 93 3 0 4 62 28 3A 60 1F
Octal 231 223 3 0 4 142 50 72 140 37
Binary 10011001 10010011 11 0 100 1100010 101000 111010 1100000 11111

Color Harmonies of #999303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999303

Black with #999303

Text Example


Text Example

White with #999303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999303; }

 p { color: rgb(153,147,3); }

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

background-color css

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

 a { background-color: rgb(153,147,3); }

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

border-color css

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

 span { border-color: rgb(153,147,3); }

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