Html Css Color HEX #948900 Olive

📋 copy color: '#948900'

red 148 ◦ green 137 ◦ blue 0

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

Shades of Olive #948900

Tints of Olive #948900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.07%

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

R = 51.93%
G = 48.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#948900 (or 0x948900) is known color: Olive. HEX triplet: 94, 89 and 00. RGB value is (148,137,0). Sum of RGB (Red+Green+Blue) = 148+137+0=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #948900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948900 is #6B76FF. Grayscale: #7D7D7D. Windows color (decimal): -7042816 or 35220. OLE color: 35220.

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

Color convert

RGB 148 137 0 -
CMYK 0 0.07 1 0.42
HSL 55.54º 1% 0.29% -
HSV(B) 55.54º 1% 0.58% -
XYZ 21.16 24.19 3.55 -
YUV 124.67 57.64 144.64 -
System Red Green Blue C M Y K H S L
Decimal 148 137 0 0 0.07 1 0.42 55.54 1 0.29
Hex 94 89 0 0 7 64 2A 38 64 1D
Octal 224 211 0 0 7 144 52 70 144 35
Binary 10010100 10001001 0 0 111 1100100 101010 111000 1100100 11101

Color Harmonies of #948900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948900

Black with #948900

Text Example


Text Example

White with #948900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948900; }

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

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

background-color css

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

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

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

border-color css

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

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

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