Html Css Color HEX #908532 Lemon Ginger

📋 copy color: '#908532'

red 144 ◦ green 133 ◦ blue 50

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

Shades of Lemon Ginger #908532

Tints of Lemon Ginger #908532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.29%

R = 44.04%
G = 40.67%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#908532 (or 0x908532) is known color: Lemon Ginger. HEX triplet: 90, 85 and 32. RGB value is (144,133,50). Sum of RGB (Red+Green+Blue) = 144+133+50=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #908532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908532 is #6F7ACD. Grayscale: #7F7F7F. Windows color (decimal): -7305934 or 3310992. OLE color: 3310992.

HSL color Cylindrical-coordinate representation of color #908532: hue angle of 52.98º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #908532 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 133 50 -
CMYK 0 0.08 0.65 0.44
HSL 52.98º 0.48% 0.38% -
HSV(B) 52.98º 0.65% 0.56% -
XYZ 20.46 22.93 6.37 -
YUV 126.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 144 133 50 0 0.08 0.65 0.44 52.98 0.48 0.38
Hex 90 85 32 0 8 41 2C 35 30 26
Octal 220 205 62 0 10 101 54 65 60 46
Binary 10010000 10000101 110010 0 1000 1000001 101100 110101 110000 100110

Color Harmonies of #908532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908532

Black with #908532

Text Example


Text Example

White with #908532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908532; }

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

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

background-color css

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

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

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

border-color css

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

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

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