Html Css Color HEX #949602 Olive

📋 copy color: '#949602'

red 148 ◦ green 150 ◦ blue 2

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

Shades of Olive #949602

Tints of Olive #949602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50%

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

R = 49.33%
G = 50%
B = 0.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#949602 (or 0x949602) is known color: Olive. HEX triplet: 94, 96 and 02. RGB value is (148,150,2). Sum of RGB (Red+Green+Blue) = 148+150+2=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #949602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949602 is #6B69FD. Grayscale: #858585. Windows color (decimal): -7039486 or 169620. OLE color: 169620.

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

Color convert

RGB 148 150 2 -
CMYK 0.01 0 0.99 0.41
HSL 60.81º 0.97% 0.3% -
HSV(B) 60.81º 0.99% 0.59% -
XYZ 23.13 28.11 4.26 -
YUV 132.53 54.34 139.03 -
System Red Green Blue C M Y K H S L
Decimal 148 150 2 0.01 0 0.99 0.41 60.81 0.97 0.3
Hex 94 96 2 1 0 63 29 3D 61 1E
Octal 224 226 2 1 0 143 51 75 141 36
Binary 10010100 10010110 10 1 0 1100011 101001 111101 1100001 11110

Color Harmonies of #949602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949602

Black with #949602

Text Example


Text Example

White with #949602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949602; }

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

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

background-color css

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

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

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

border-color css

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

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

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