Html Css Color HEX #928201 Olive

📋 copy color: '#928201'

red 146 ◦ green 130 ◦ blue 1

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

Shades of Olive #928201

Tints of Olive #928201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

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

R = 52.71%
G = 46.93%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#928201 (or 0x928201) is known color: Olive. HEX triplet: 92, 82 and 01. RGB value is (146,130,1). Sum of RGB (Red+Green+Blue) = 146+130+1=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #928201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928201 is #6D7DFE. Grayscale: #787878. Windows color (decimal): -7175679 or 98962. OLE color: 98962.

HSL color Cylindrical-coordinate representation of color #928201: hue angle of 53.38º 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 #928201 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 130 1 -
CMYK 0 0.11 0.99 0.43
HSL 53.38º 0.99% 0.29% -
HSV(B) 53.38º 0.99% 0.57% -
XYZ 19.84 22.08 3.24 -
YUV 120.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 146 130 1 0 0.11 0.99 0.43 53.38 0.99 0.29
Hex 92 82 1 0 B 63 2B 35 63 1D
Octal 222 202 1 0 13 143 53 65 143 35
Binary 10010010 10000010 1 0 1011 1100011 101011 110101 1100011 11101

Color Harmonies of #928201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928201

Black with #928201

Text Example


Text Example

White with #928201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928201; }

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

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

background-color css

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

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

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

border-color css

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

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

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