Html Css Color HEX #928001 Olive

📋 copy color: '#928001'

red 146 ◦ green 128 ◦ blue 1

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

Shades of Olive #928001

Tints of Olive #928001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.55%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 53.09%
G = 46.55%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#928001 (or 0x928001) is known color: Olive. HEX triplet: 92, 80 and 01. RGB value is (146,128,1). Sum of RGB (Red+Green+Blue) = 146+128+1=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #928001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928001 is #6D7FFE. Grayscale: #777777. Windows color (decimal): -7176191 or 98450. OLE color: 98450.

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

Color convert

RGB 146 128 1 -
CMYK 0 0.12 0.99 0.43
HSL 52.55º 0.99% 0.29% -
HSV(B) 52.55º 0.99% 0.57% -
XYZ 19.58 21.55 3.16 -
YUV 118.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 146 128 1 0 0.12 0.99 0.43 52.55 0.99 0.29
Hex 92 80 1 0 C 63 2B 35 63 1D
Octal 222 200 1 0 14 143 53 65 143 35
Binary 10010010 10000000 1 0 1100 1100011 101011 110101 1100011 11101

Color Harmonies of #928001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928001

Black with #928001

Text Example


Text Example

White with #928001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928001; }

 p { color: rgb(146,128,1); }

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

background-color css

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

 a { background-color: rgb(146,128,1); }

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

border-color css

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

 span { border-color: rgb(146,128,1); }

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