Html Css Color HEX #959502 Olive

📋 copy color: '#959502'

red 149 ◦ green 149 ◦ blue 2

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

Shades of Olive #959502

Tints of Olive #959502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.67%

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

R = 49.67%
G = 49.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#959502 (or 0x959502) is known color: Olive. HEX triplet: 95, 95 and 02. RGB value is (149,149,2). Sum of RGB (Red+Green+Blue) = 149+149+2=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959502 is #6A6AFD. Grayscale: #848484. Windows color (decimal): -6974206 or 169365. OLE color: 169365.

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

Color convert

RGB 149 149 2 -
CMYK 0 0 0.99 0.42
HSL 60º 0.97% 0.3% -
HSV(B) 60º 0.99% 0.58% -
XYZ 23.15 27.89 4.22 -
YUV 132.24 54.5 139.95 -
System Red Green Blue C M Y K H S L
Decimal 149 149 2 0 0 0.99 0.42 60 0.97 0.3
Hex 95 95 2 0 0 63 2A 3C 61 1E
Octal 225 225 2 0 0 143 52 74 141 36
Binary 10010101 10010101 10 0 0 1100011 101010 111100 1100001 11110

Color Harmonies of #959502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959502

Black with #959502

Text Example


Text Example

White with #959502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959502; }

 p { color: rgb(149,149,2); }

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

background-color css

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

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

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

border-color css

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

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

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