Html Css Color HEX #918921 Lemon Ginger

📋 copy color: '#918921'

red 145 ◦ green 137 ◦ blue 33

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

Shades of Lemon Ginger #918921

Tints of Lemon Ginger #918921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.49%

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

R = 46.03%
G = 43.49%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#918921 (or 0x918921) is known color: Lemon Ginger. HEX triplet: 91, 89 and 21. RGB value is (145,137,33). Sum of RGB (Red+Green+Blue) = 145+137+33=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #918921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918921 is #6E76DE. Grayscale: #7F7F7F. Windows color (decimal): -7239391 or 2197905. OLE color: 2197905.

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

Color convert

RGB 145 137 33 -
CMYK 0 0.06 0.77 0.43
HSL 55.71º 0.63% 0.35% -
HSV(B) 55.71º 0.77% 0.57% -
XYZ 20.9 24.02 4.97 -
YUV 127.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 145 137 33 0 0.06 0.77 0.43 55.71 0.63 0.35
Hex 91 89 21 0 6 4D 2B 38 3F 23
Octal 221 211 41 0 6 115 53 70 77 43
Binary 10010001 10001001 100001 0 110 1001101 101011 111000 111111 100011

Color Harmonies of #918921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918921

Black with #918921

Text Example


Text Example

White with #918921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918921; }

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

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

background-color css

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

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

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

border-color css

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

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

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