Html Css Color HEX #949201 Olive

📋 copy color: '#949201'

red 148 ◦ green 146 ◦ blue 1

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

Shades of Olive #949201

Tints of Olive #949201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 50.17%
G = 49.49%
B = 0.34%

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

#949201 (or 0x949201) is known color: Olive. HEX triplet: 94, 92 and 01. RGB value is (148,146,1). Sum of RGB (Red+Green+Blue) = 148+146+1=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #949201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949201 is #6B6DFE. Grayscale: #828282. Windows color (decimal): -7040511 or 103060. OLE color: 103060.

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

Color convert

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

Color Harmonies of #949201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949201

Black with #949201

Text Example


Text Example

White with #949201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949201; }

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

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

background-color css

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

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

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

border-color css

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

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

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