Html Css Color HEX #928E09 Olive

📋 copy color: '#928E09'

red 146 ◦ green 142 ◦ blue 9

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

Shades of Olive #928E09

Tints of Olive #928E09

RGB

 RED value IS 146 (57.42% from 255) = 49.16%

 GREEN value IS 142 (55.86% from 255) = 47.81%

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

R = 49.16%
G = 47.81%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#928E09 (or 0x928E09) is known color: Olive. HEX triplet: 92, 8E and 09. RGB value is (146,142,9). Sum of RGB (Red+Green+Blue) = 146+142+9=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928E09 is #6D71F6. Grayscale: #808080. Windows color (decimal): -7172599 or 626322. OLE color: 626322.

HSL color Cylindrical-coordinate representation of color #928E09: hue angle of 58.25º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #928E09 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 142 9 -
CMYK 0 0.03 0.94 0.43
HSL 58.25º 0.88% 0.3% -
HSV(B) 58.25º 0.94% 0.57% -
XYZ 21.58 25.48 4.04 -
YUV 128.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 146 142 9 0 0.03 0.94 0.43 58.25 0.88 0.3
Hex 92 8E 9 0 3 5E 2B 3A 58 1E
Octal 222 216 11 0 3 136 53 72 130 36
Binary 10010010 10001110 1001 0 11 1011110 101011 111010 1011000 11110

Color Harmonies of #928E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E09

Black with #928E09

Text Example


Text Example

White with #928E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928E09; }

 p { color: rgb(146,142,9); }

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

background-color css

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

 a { background-color: rgb(146,142,9); }

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

border-color css

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

 span { border-color: rgb(146,142,9); }

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