Html Css Color HEX #949502 Olive

📋 copy color: '#949502'

red 148 ◦ green 149 ◦ blue 2

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

Shades of Olive #949502

Tints of Olive #949502

RGB

 RED value IS 148 (58.2% from 255) = 49.5%

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

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

R = 49.5%
G = 49.83%
B = 0.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#949502 (or 0x949502) is known color: Olive. HEX triplet: 94, 95 and 02. RGB value is (148,149,2). Sum of RGB (Red+Green+Blue) = 148+149+2=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #949502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949502 is #6B6AFD. Grayscale: #848484. Windows color (decimal): -7039742 or 169364. OLE color: 169364.

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

Color convert

RGB 148 149 2 -
CMYK 0.01 0 0.99 0.42
HSL 60.41º 0.97% 0.3% -
HSV(B) 60.41º 0.99% 0.58% -
XYZ 22.97 27.8 4.21 -
YUV 131.94 54.67 139.45 -
System Red Green Blue C M Y K H S L
Decimal 148 149 2 0.01 0 0.99 0.42 60.41 0.97 0.3
Hex 94 95 2 1 0 63 2A 3C 61 1E
Octal 224 225 2 1 0 143 52 74 141 36
Binary 10010100 10010101 10 1 0 1100011 101010 111100 1100001 11110

Color Harmonies of #949502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949502

Black with #949502

Text Example


Text Example

White with #949502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949502; }

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

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

background-color css

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

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

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

border-color css

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

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

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