Html Css Color HEX #918021 Lemon Ginger

📋 copy color: '#918021'

red 145 ◦ green 128 ◦ blue 33

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

Shades of Lemon Ginger #918021

Tints of Lemon Ginger #918021

RGB

 RED value IS 145 (57.03% from 255) = 47.39%

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

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 47.39%
G = 41.83%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#918021 (or 0x918021) is known color: Lemon Ginger. HEX triplet: 91, 80 and 21. RGB value is (145,128,33). Sum of RGB (Red+Green+Blue) = 145+128+33=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #918021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918021 is #6E7FDE. Grayscale: #7A7A7A. Windows color (decimal): -7241695 or 2195601. OLE color: 2195601.

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

Color convert

RGB 145 128 33 -
CMYK 0 0.12 0.77 0.43
HSL 50.89º 0.63% 0.35% -
HSV(B) 50.89º 0.77% 0.57% -
XYZ 19.67 21.57 4.57 -
YUV 122.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 145 128 33 0 0.12 0.77 0.43 50.89 0.63 0.35
Hex 91 80 21 0 C 4D 2B 33 3F 23
Octal 221 200 41 0 14 115 53 63 77 43
Binary 10010001 10000000 100001 0 1100 1001101 101011 110011 111111 100011

Color Harmonies of #918021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918021

Black with #918021

Text Example


Text Example

White with #918021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918021; }

 p { color: rgb(145,128,33); }

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

background-color css

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

 a { background-color: rgb(145,128,33); }

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

border-color css

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

 span { border-color: rgb(145,128,33); }

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