Html Css Color HEX #949401 Olive

📋 copy color: '#949401'

red 148 ◦ green 148 ◦ blue 1

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

Shades of Olive #949401

Tints of Olive #949401

RGB

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

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

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

R = 49.83%
G = 49.83%
B = 0.34%

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

#949401 (or 0x949401) is known color: Olive. HEX triplet: 94, 94 and 01. RGB value is (148,148,1). Sum of RGB (Red+Green+Blue) = 148+148+1=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949401 is #6B6BFE. Grayscale: #838383. Windows color (decimal): -7039999 or 103572. OLE color: 103572.

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

Color convert

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

Color Harmonies of #949401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949401

Black with #949401

Text Example


Text Example

White with #949401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949401; }

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

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

background-color css

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

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

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

border-color css

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

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

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