Html Css Color HEX #918B25 Lemon Ginger

📋 copy color: '#918B25'

red 145 ◦ green 139 ◦ blue 37

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

Shades of Lemon Ginger #918B25

Tints of Lemon Ginger #918B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.3%

 BLUE value IS 37 (14.84% from 255) = 11.53%

R = 45.17%
G = 43.3%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#918B25 (or 0x918B25) is known color: Lemon Ginger. HEX triplet: 91, 8B and 25. RGB value is (145,139,37). Sum of RGB (Red+Green+Blue) = 145+139+37=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #918B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918B25 is #6E74DA. Grayscale: #818181. Windows color (decimal): -7238875 or 2460561. OLE color: 2460561.

HSL color Cylindrical-coordinate representation of color #918B25: hue angle of 56.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #918B25 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 139 37 -
CMYK 0 0.04 0.74 0.43
HSL 56.67º 0.59% 0.36% -
HSV(B) 56.67º 0.74% 0.57% -
XYZ 21.24 24.62 5.38 -
YUV 129.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 145 139 37 0 0.04 0.74 0.43 56.67 0.59 0.36
Hex 91 8B 25 0 4 4A 2B 39 3B 24
Octal 221 213 45 0 4 112 53 71 73 44
Binary 10010001 10001011 100101 0 100 1001010 101011 111001 111011 100100

Color Harmonies of #918B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918B25

Black with #918B25

Text Example


Text Example

White with #918B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,139,37); }

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

background-color css

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

 a { background-color: rgb(145,139,37); }

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

border-color css

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

 span { border-color: rgb(145,139,37); }

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