Html Css Color HEX #918C1F Lemon Ginger

📋 copy color: '#918C1F'

red 145 ◦ green 140 ◦ blue 31

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

Shades of Lemon Ginger #918C1F

Tints of Lemon Ginger #918C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.3%

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 45.89%
G = 44.3%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#918C1F (or 0x918C1F) is known color: Lemon Ginger. HEX triplet: 91, 8C and 1F. RGB value is (145,140,31). Sum of RGB (Red+Green+Blue) = 145+140+31=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #918C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918C1F is #6E73E0. Grayscale: #818181. Windows color (decimal): -7238625 or 2067601. OLE color: 2067601.

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

Color convert

RGB 145 140 31 -
CMYK 0 0.03 0.79 0.43
HSL 57.37º 0.65% 0.35% -
HSV(B) 57.37º 0.79% 0.57% -
XYZ 21.3 24.87 4.97 -
YUV 129.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 145 140 31 0 0.03 0.79 0.43 57.37 0.65 0.35
Hex 91 8C 1F 0 3 4F 2B 39 41 23
Octal 221 214 37 0 3 117 53 71 101 43
Binary 10010001 10001100 11111 0 11 1001111 101011 111001 1000001 100011

Color Harmonies of #918C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C1F

Black with #918C1F

Text Example


Text Example

White with #918C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,140,31); }

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

background-color css

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

 a { background-color: rgb(145,140,31); }

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

border-color css

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

 span { border-color: rgb(145,140,31); }

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