Html Css Color HEX #918A20 Lemon Ginger

📋 copy color: '#918A20'

red 145 ◦ green 138 ◦ blue 32

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

Shades of Lemon Ginger #918A20

Tints of Lemon Ginger #918A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.81%

 BLUE value IS 32 (12.89% from 255) = 10.16%

R = 46.03%
G = 43.81%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#918A20 (or 0x918A20) is known color: Lemon Ginger. HEX triplet: 91, 8A and 20. RGB value is (145,138,32). Sum of RGB (Red+Green+Blue) = 145+138+32=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #918A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918A20 is #6E75DF. Grayscale: #808080. Windows color (decimal): -7239136 or 2132625. OLE color: 2132625.

HSL color Cylindrical-coordinate representation of color #918A20: hue angle of 56.28º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #918A20 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 138 32 -
CMYK 0 0.05 0.78 0.43
HSL 56.28º 0.64% 0.35% -
HSV(B) 56.28º 0.78% 0.57% -
XYZ 21.03 24.3 4.95 -
YUV 128.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 145 138 32 0 0.05 0.78 0.43 56.28 0.64 0.35
Hex 91 8A 20 0 5 4E 2B 38 40 23
Octal 221 212 40 0 5 116 53 70 100 43
Binary 10010001 10001010 100000 0 101 1001110 101011 111000 1000000 100011

Color Harmonies of #918A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A20

Black with #918A20

Text Example


Text Example

White with #918A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918A20; }

 p { color: rgb(145,138,32); }

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

background-color css

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

 a { background-color: rgb(145,138,32); }

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

border-color css

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

 span { border-color: rgb(145,138,32); }

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