Html Css Color HEX #918230 Lemon Ginger

📋 copy color: '#918230'

red 145 ◦ green 130 ◦ blue 48

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

Shades of Lemon Ginger #918230

Tints of Lemon Ginger #918230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 44.89%
G = 40.25%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#918230 (or 0x918230) is known color: Lemon Ginger. HEX triplet: 91, 82 and 30. RGB value is (145,130,48). Sum of RGB (Red+Green+Blue) = 145+130+48=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #918230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918230 is #6E7DCF. Grayscale: #7D7D7D. Windows color (decimal): -7241168 or 3179153. OLE color: 3179153.

HSL color Cylindrical-coordinate representation of color #918230: hue angle of 50.72º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #918230 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 130 48 -
CMYK 0 0.10 0.67 0.43
HSL 50.72º 0.5% 0.38% -
HSV(B) 50.72º 0.67% 0.57% -
XYZ 20.19 22.2 6.02 -
YUV 125.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 145 130 48 0 0.10 0.67 0.43 50.72 0.5 0.38
Hex 91 82 30 0 A 43 2B 33 32 26
Octal 221 202 60 0 12 103 53 63 62 46
Binary 10010001 10000010 110000 0 1010 1000011 101011 110011 110010 100110

Color Harmonies of #918230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918230

Black with #918230

Text Example


Text Example

White with #918230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918230; }

 p { color: rgb(145,130,48); }

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

background-color css

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

 a { background-color: rgb(145,130,48); }

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

border-color css

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

 span { border-color: rgb(145,130,48); }

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