#94900A

Color #94900A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #94900A

Tints of Olive #94900A

Color information

#94900A (or 0x94900A) is unknown color: approx Olive. HEX triplet: 94, 90 and 0A. RGB value is (148,144,10). Sum of RGB (Red+Green+Blue) = 148+144+10=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #94900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94900A is #6B6FF5. Grayscale: #828282. Windows color (decimal): -7041014 or 692372. OLE color: 692372.

HSL color Cylindrical-coordinate representation of color #94900A: hue angle of 58.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94900A is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14814410-
CMYK00.030.930.42
HSL58.26º87.34%30.98%-
HSV(B)58.26º93.24%58.04%-
XYZ22.2426.264.18-
YUV129.9260.33140.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 144 (56.64% from 255) = 47.68%
BLUE value IS 10 (4.30% from 255) = 3.31%
R=49.01%
G=47.68%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481441000.030.930.4258.2687.3430.98
Hex9490A035D2A3a571f
Octal2242201203135527212737
Binary100101001001000010100111011101101010111010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94900A; }

 p { color: rgb(148,144,10); }

 H1.HeaderClassName
 {
   color: #94900A;
 }
 .AnyTagClassName
 {
   color: #94900A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #94900A;
 }
 .BgClassName
 {
   background-color: #94900A;
 }
</style>
border-color css

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

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

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