Html Css Color HEX #959802 Olive

📋 copy color: '#959802'

red 149 ◦ green 152 ◦ blue 2

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

Shades of Olive #959802

Tints of Olive #959802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.17%

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

R = 49.17%
G = 50.17%
B = 0.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#959802 (or 0x959802) is known color: Olive. HEX triplet: 95, 98 and 02. RGB value is (149,152,2). Sum of RGB (Red+Green+Blue) = 149+152+2=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #959802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959802 is #6A67FD. Grayscale: #868686. Windows color (decimal): -6973438 or 170133. OLE color: 170133.

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

Color convert

RGB 149 152 2 -
CMYK 0.02 0 0.99 0.40
HSL 61.2º 0.97% 0.3% -
HSV(B) 61.2º 0.99% 0.6% -
XYZ 23.63 28.85 4.38 -
YUV 134 53.51 138.7 -
System Red Green Blue C M Y K H S L
Decimal 149 152 2 0.02 0 0.99 0.40 61.2 0.97 0.3
Hex 95 98 2 2 0 63 28 3D 61 1E
Octal 225 230 2 2 0 143 50 75 141 36
Binary 10010101 10011000 10 10 0 1100011 101000 111101 1100001 11110

Color Harmonies of #959802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959802

Black with #959802

Text Example


Text Example

White with #959802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959802; }

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

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

background-color css

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

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

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

border-color css

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

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

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