Html Css Color HEX #949601 Olive

📋 copy color: '#949601'

red 148 ◦ green 150 ◦ blue 1

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

Shades of Olive #949601

Tints of Olive #949601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

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

R = 49.5%
G = 50.17%
B = 0.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#949601 (or 0x949601) is known color: Olive. HEX triplet: 94, 96 and 01. RGB value is (148,150,1). Sum of RGB (Red+Green+Blue) = 148+150+1=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #949601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949601 is #6B69FE. Grayscale: #858585. Windows color (decimal): -7039487 or 104084. OLE color: 104084.

HSL color Cylindrical-coordinate representation of color #949601: hue angle of 60.81º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #949601 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 1 -
CMYK 0.01 0 0.99 0.41
HSL 60.81º 0.99% 0.3% -
HSV(B) 60.81º 0.99% 0.59% -
XYZ 23.12 28.11 4.24 -
YUV 132.42 53.84 139.12 -
System Red Green Blue C M Y K H S L
Decimal 148 150 1 0.01 0 0.99 0.41 60.81 0.99 0.3
Hex 94 96 1 1 0 63 29 3D 63 1E
Octal 224 226 1 1 0 143 51 75 143 36
Binary 10010100 10010110 1 1 0 1100011 101001 111101 1100011 11110

Color Harmonies of #949601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949601

Black with #949601

Text Example


Text Example

White with #949601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949601; }

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

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

background-color css

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

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

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

border-color css

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

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

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