Html Css Color HEX #908124 Lemon Ginger

📋 copy color: '#908124'

red 144 ◦ green 129 ◦ blue 36

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

Shades of Lemon Ginger #908124

Tints of Lemon Ginger #908124

RGB

 RED value IS 144 (56.64% from 255) = 46.6%

 GREEN value IS 129 (50.78% from 255) = 41.75%

 BLUE value IS 36 (14.45% from 255) = 11.65%

R = 46.6%
G = 41.75%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#908124 (or 0x908124) is known color: Lemon Ginger. HEX triplet: 90, 81 and 24. RGB value is (144,129,36). Sum of RGB (Red+Green+Blue) = 144+129+36=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #908124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908124 is #6F7EDB. Grayscale: #7B7B7B. Windows color (decimal): -7306972 or 2392464. OLE color: 2392464.

HSL color Cylindrical-coordinate representation of color #908124: hue angle of 51.67º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #908124 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 129 36 -
CMYK 0 0.10 0.75 0.44
HSL 51.67º 0.6% 0.35% -
HSV(B) 51.67º 0.75% 0.56% -
XYZ 19.67 21.76 4.83 -
YUV 122.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 144 129 36 0 0.10 0.75 0.44 51.67 0.6 0.35
Hex 90 81 24 0 A 4B 2C 34 3C 23
Octal 220 201 44 0 12 113 54 64 74 43
Binary 10010000 10000001 100100 0 1010 1001011 101100 110100 111100 100011

Color Harmonies of #908124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908124

Black with #908124

Text Example


Text Example

White with #908124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908124; }

 p { color: rgb(144,129,36); }

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

background-color css

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

 a { background-color: rgb(144,129,36); }

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

border-color css

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

 span { border-color: rgb(144,129,36); }

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