Html Css Color HEX #917A21 Lemon Ginger

📋 copy color: '#917A21'

red 145 ◦ green 122 ◦ blue 33

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

Shades of Lemon Ginger #917A21

Tints of Lemon Ginger #917A21

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.67%

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

R = 48.33%
G = 40.67%
B = 11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#917A21 (or 0x917A21) is known color: Lemon Ginger. HEX triplet: 91, 7A and 21. RGB value is (145,122,33). Sum of RGB (Red+Green+Blue) = 145+122+33=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #917A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A21 is #6E85DE. Grayscale: #777777. Windows color (decimal): -7243231 or 2194065. OLE color: 2194065.

HSL color Cylindrical-coordinate representation of color #917A21: hue angle of 47.68º 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 #917A21 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 122 33 -
CMYK 0 0.16 0.77 0.43
HSL 47.68º 0.63% 0.35% -
HSV(B) 47.68º 0.77% 0.57% -
XYZ 18.91 20.05 4.31 -
YUV 118.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 145 122 33 0 0.16 0.77 0.43 47.68 0.63 0.35
Hex 91 7A 21 0 10 4D 2B 30 3F 23
Octal 221 172 41 0 20 115 53 60 77 43
Binary 10010001 1111010 100001 0 10000 1001101 101011 110000 111111 100011

Color Harmonies of #917A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A21

Black with #917A21

Text Example


Text Example

White with #917A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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