Html Css Color HEX #948409 Olive

📋 copy color: '#948409'

red 148 ◦ green 132 ◦ blue 9

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

Shades of Olive #948409

Tints of Olive #948409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 9 (3.91% from 255) = 3.11%

R = 51.21%
G = 45.67%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#948409 (or 0x948409) is known color: Olive. HEX triplet: 94, 84 and 09. RGB value is (148,132,9). Sum of RGB (Red+Green+Blue) = 148+132+9=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #948409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948409 is #6B7BF6. Grayscale: #7B7B7B. Windows color (decimal): -7044087 or 623764. OLE color: 623764.

HSL color Cylindrical-coordinate representation of color #948409: hue angle of 53.09º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #948409 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 9 -
CMYK 0 0.11 0.94 0.42
HSL 53.09º 0.89% 0.31% -
HSV(B) 53.09º 0.94% 0.58% -
XYZ 20.51 22.82 3.58 -
YUV 122.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 148 132 9 0 0.11 0.94 0.42 53.09 0.89 0.31
Hex 94 84 9 0 B 5E 2A 35 59 1F
Octal 224 204 11 0 13 136 52 65 131 37
Binary 10010100 10000100 1001 0 1011 1011110 101010 110101 1011001 11111

Color Harmonies of #948409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948409

Black with #948409

Text Example


Text Example

White with #948409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948409; }

 p { color: rgb(148,132,9); }

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

background-color css

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

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

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

border-color css

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

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

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