Html Css Color HEX #959900 Olive

📋 copy color: '#959900'

red 149 ◦ green 153 ◦ blue 0

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

Shades of Olive #959900

Tints of Olive #959900

RGB

 RED value IS 149 (58.59% from 255) = 49.34%

 GREEN value IS 153 (60.16% from 255) = 50.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.34%
G = 50.66%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#959900 (or 0x959900) is known color: Olive. HEX triplet: 95, 99 and 00. RGB value is (149,153,0). Sum of RGB (Red+Green+Blue) = 149+153+0=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #959900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959900 is #6A66FF. Grayscale: #868686. Windows color (decimal): -6973184 or 39317. OLE color: 39317.

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

Color convert

RGB 149 153 0 -
CMYK 0.03 0 1 0.4
HSL 61.57º 1% 0.3% -
HSV(B) 61.57º 1% 0.6% -
XYZ 23.79 29.17 4.38 -
YUV 134.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 149 153 0 0.03 0 1 0.4 61.57 1 0.3
Hex 95 99 0 3 0 64 28 3E 64 1E
Octal 225 231 0 3 0 144 50 76 144 36
Binary 10010101 10011001 0 11 0 1100100 101000 111110 1100100 11110

Color Harmonies of #959900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959900

Black with #959900

Text Example


Text Example

White with #959900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959900; }

 p { color: rgb(149,153,0); }

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

background-color css

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

 a { background-color: rgb(149,153,0); }

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

border-color css

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

 span { border-color: rgb(149,153,0); }

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