Html Css Color HEX #928E0A Olive

📋 copy color: '#928E0A'

red 146 ◦ green 142 ◦ blue 10

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

Shades of Olive #928E0A

Tints of Olive #928E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.36%

R = 48.99%
G = 47.65%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#928E0A (or 0x928E0A) is known color: Olive. HEX triplet: 92, 8E and 0A. RGB value is (146,142,10). Sum of RGB (Red+Green+Blue) = 146+142+10=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #928E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928E0A is #6D71F5. Grayscale: #808080. Windows color (decimal): -7172598 or 691858. OLE color: 691858.

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

Color convert

RGB 146 142 10 -
CMYK 0 0.03 0.93 0.43
HSL 58.24º 0.87% 0.31% -
HSV(B) 58.24º 0.93% 0.57% -
XYZ 21.58 25.48 4.07 -
YUV 128.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 146 142 10 0 0.03 0.93 0.43 58.24 0.87 0.31
Hex 92 8E A 0 3 5D 2B 3A 57 1F
Octal 222 216 12 0 3 135 53 72 127 37
Binary 10010010 10001110 1010 0 11 1011101 101011 111010 1010111 11111

Color Harmonies of #928E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928E0A

Black with #928E0A

Text Example


Text Example

White with #928E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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