Html Css Color HEX #949500 Olive

📋 copy color: '#949500'

red 148 ◦ green 149 ◦ blue 0

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

Shades of Olive #949500

Tints of Olive #949500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.17%

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

R = 49.83%
G = 50.17%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#949500 (or 0x949500) is known color: Olive. HEX triplet: 94, 95 and 00. RGB value is (148,149,0). Sum of RGB (Red+Green+Blue) = 148+149+0=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #949500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949500 is #6B6AFF. Grayscale: #848484. Windows color (decimal): -7039744 or 38292. OLE color: 38292.

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

Color convert

RGB 148 149 0 -
CMYK 0.01 0 1 0.42
HSL 60.4º 1% 0.29% -
HSV(B) 60.4º 1% 0.58% -
XYZ 22.96 27.79 4.15 -
YUV 131.72 53.67 139.62 -
System Red Green Blue C M Y K H S L
Decimal 148 149 0 0.01 0 1 0.42 60.4 1 0.29
Hex 94 95 0 1 0 64 2A 3C 64 1D
Octal 224 225 0 1 0 144 52 74 144 35
Binary 10010100 10010101 0 1 0 1100100 101010 111100 1100100 11101

Color Harmonies of #949500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949500

Black with #949500

Text Example


Text Example

White with #949500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949500; }

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

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

background-color css

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

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

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

border-color css

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

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

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