Html Css Color HEX #949200 Olive

📋 copy color: '#949200'

red 148 ◦ green 146 ◦ blue 0

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

Shades of Olive #949200

Tints of Olive #949200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.34%
G = 49.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#949200 (or 0x949200) is known color: Olive. HEX triplet: 94, 92 and 00. RGB value is (148,146,0). Sum of RGB (Red+Green+Blue) = 148+146+0=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #949200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949200 is #6B6DFF. Grayscale: #828282. Windows color (decimal): -7040512 or 37524. OLE color: 37524.

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

Color convert

RGB 148 146 0 -
CMYK 0 0.01 1 0.42
HSL 59.19º 1% 0.29% -
HSV(B) 59.19º 1% 0.58% -
XYZ 22.49 26.85 4 -
YUV 129.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 148 146 0 0 0.01 1 0.42 59.19 1 0.29
Hex 94 92 0 0 1 64 2A 3B 64 1D
Octal 224 222 0 0 1 144 52 73 144 35
Binary 10010100 10010010 0 0 1 1100100 101010 111011 1100100 11101

Color Harmonies of #949200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949200

Black with #949200

Text Example


Text Example

White with #949200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949200; }

 p { color: rgb(148,146,0); }

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

background-color css

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

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

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

border-color css

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

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

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