Html Css Color HEX #908524 Lemon Ginger

📋 copy color: '#908524'

red 144 ◦ green 133 ◦ blue 36

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

Shades of Lemon Ginger #908524

Tints of Lemon Ginger #908524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

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

R = 46.01%
G = 42.49%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#908524 (or 0x908524) is known color: Lemon Ginger. HEX triplet: 90, 85 and 24. RGB value is (144,133,36). Sum of RGB (Red+Green+Blue) = 144+133+36=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #908524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908524 is #6F7ADB. Grayscale: #7D7D7D. Windows color (decimal): -7305948 or 2393488. OLE color: 2393488.

HSL color Cylindrical-coordinate representation of color #908524: hue angle of 53.89º 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 #908524 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 133 36 -
CMYK 0 0.08 0.75 0.44
HSL 53.89º 0.6% 0.35% -
HSV(B) 53.89º 0.75% 0.56% -
XYZ 20.21 22.83 5.01 -
YUV 125.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 144 133 36 0 0.08 0.75 0.44 53.89 0.6 0.35
Hex 90 85 24 0 8 4B 2C 36 3C 23
Octal 220 205 44 0 10 113 54 66 74 43
Binary 10010000 10000101 100100 0 1000 1001011 101100 110110 111100 100011

Color Harmonies of #908524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908524

Black with #908524

Text Example


Text Example

White with #908524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908524; }

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

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

background-color css

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

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

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

border-color css

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

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

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