Html Css Color HEX #908130 Lemon Ginger

📋 copy color: '#908130'

red 144 ◦ green 129 ◦ blue 48

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

Shades of Lemon Ginger #908130

Tints of Lemon Ginger #908130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 44.86%
G = 40.19%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#908130 (or 0x908130) is known color: Lemon Ginger. HEX triplet: 90, 81 and 30. RGB value is (144,129,48). Sum of RGB (Red+Green+Blue) = 144+129+48=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #908130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908130 is #6F7ECF. Grayscale: #7C7C7C. Windows color (decimal): -7306960 or 3178896. OLE color: 3178896.

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

Color convert

RGB 144 129 48 -
CMYK 0 0.10 0.67 0.44
HSL 50.63º 0.5% 0.38% -
HSV(B) 50.63º 0.67% 0.56% -
XYZ 19.89 21.84 5.96 -
YUV 124.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 144 129 48 0 0.10 0.67 0.44 50.63 0.5 0.38
Hex 90 81 30 0 A 43 2C 33 32 26
Octal 220 201 60 0 12 103 54 63 62 46
Binary 10010000 10000001 110000 0 1010 1000011 101100 110011 110010 100110

Color Harmonies of #908130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908130

Black with #908130

Text Example


Text Example

White with #908130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908130; }

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

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

background-color css

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

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

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

border-color css

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

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

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