Html Css Color HEX #949202 Olive

📋 copy color: '#949202'

red 148 ◦ green 146 ◦ blue 2

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

Shades of Olive #949202

Tints of Olive #949202

RGB

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

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

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

R = 50%
G = 49.32%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#949202 (or 0x949202) is known color: Olive. HEX triplet: 94, 92 and 02. RGB value is (148,146,2). Sum of RGB (Red+Green+Blue) = 148+146+2=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #949202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949202 is #6B6DFD. Grayscale: #828282. Windows color (decimal): -7040510 or 168596. OLE color: 168596.

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

Color convert

RGB 148 146 2 -
CMYK 0 0.01 0.99 0.42
HSL 59.18º 0.97% 0.29% -
HSV(B) 59.18º 0.99% 0.58% -
XYZ 22.5 26.86 4.06 -
YUV 130.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 148 146 2 0 0.01 0.99 0.42 59.18 0.97 0.29
Hex 94 92 2 0 1 63 2A 3B 61 1D
Octal 224 222 2 0 1 143 52 73 141 35
Binary 10010100 10010010 10 0 1 1100011 101010 111011 1100001 11101

Color Harmonies of #949202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949202

Black with #949202

Text Example


Text Example

White with #949202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949202; }

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

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

background-color css

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

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

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

border-color css

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

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

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