Html Css Color HEX #928500 Olive

📋 copy color: '#928500'

red 146 ◦ green 133 ◦ blue 0

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

Shades of Olive #928500

Tints of Olive #928500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.67%

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

R = 52.33%
G = 47.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#928500 (or 0x928500) is known color: Olive. HEX triplet: 92, 85 and 00. RGB value is (146,133,0). Sum of RGB (Red+Green+Blue) = 146+133+0=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #928500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928500 is #6D7AFF. Grayscale: #7A7A7A. Windows color (decimal): -7174912 or 34194. OLE color: 34194.

HSL color Cylindrical-coordinate representation of color #928500: hue angle of 54.66º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #928500 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 133 0 -
CMYK 0 0.09 1 0.43
HSL 54.66º 1% 0.29% -
HSV(B) 54.66º 1% 0.57% -
XYZ 20.24 22.89 3.35 -
YUV 121.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 146 133 0 0 0.09 1 0.43 54.66 1 0.29
Hex 92 85 0 0 9 64 2B 37 64 1D
Octal 222 205 0 0 11 144 53 67 144 35
Binary 10010010 10000101 0 0 1001 1100100 101011 110111 1100100 11101

Color Harmonies of #928500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928500

Black with #928500

Text Example


Text Example

White with #928500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928500; }

 p { color: rgb(146,133,0); }

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

background-color css

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

 a { background-color: rgb(146,133,0); }

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

border-color css

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

 span { border-color: rgb(146,133,0); }

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