Html Css Color HEX #949402 Olive

📋 copy color: '#949402'

red 148 ◦ green 148 ◦ blue 2

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

Shades of Olive #949402

Tints of Olive #949402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.66%

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

R = 49.66%
G = 49.66%
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

#949402 (or 0x949402) is known color: Olive. HEX triplet: 94, 94 and 02. RGB value is (148,148,2). Sum of RGB (Red+Green+Blue) = 148+148+2=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949402 is #6B6BFD. Grayscale: #838383. Windows color (decimal): -7039998 or 169108. OLE color: 169108.

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

Color convert

RGB 148 148 2 -
CMYK 0 0 0.99 0.42
HSL 60º 0.97% 0.29% -
HSV(B) 60º 0.99% 0.58% -
XYZ 22.81 27.48 4.16 -
YUV 131.36 55 139.87 -
System Red Green Blue C M Y K H S L
Decimal 148 148 2 0 0 0.99 0.42 60 0.97 0.29
Hex 94 94 2 0 0 63 2A 3C 61 1D
Octal 224 224 2 0 0 143 52 74 141 35
Binary 10010100 10010100 10 0 0 1100011 101010 111100 1100001 11101

Color Harmonies of #949402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949402

Black with #949402

Text Example


Text Example

White with #949402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949402; }

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

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

background-color css

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

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

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

border-color css

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

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

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