Html Css Color HEX #908015 Lemon Ginger

📋 copy color: '#908015'

red 144 ◦ green 128 ◦ blue 21

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

Shades of Lemon Ginger #908015

Tints of Lemon Ginger #908015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.69%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 49.15%
G = 43.69%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#908015 (or 0x908015) is known color: Lemon Ginger. HEX triplet: 90, 80 and 15. RGB value is (144,128,21). Sum of RGB (Red+Green+Blue) = 144+128+21=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #908015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908015 is #6F7FEA. Grayscale: #797979. Windows color (decimal): -7307243 or 1409168. OLE color: 1409168.

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

Color convert

RGB 144 128 21 -
CMYK 0 0.11 0.85 0.44
HSL 52.2º 0.75% 0.32% -
HSV(B) 52.2º 0.85% 0.56% -
XYZ 19.36 21.42 3.82 -
YUV 120.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 144 128 21 0 0.11 0.85 0.44 52.2 0.75 0.32
Hex 90 80 15 0 B 55 2C 34 4B 20
Octal 220 200 25 0 13 125 54 64 113 40
Binary 10010000 10000000 10101 0 1011 1010101 101100 110100 1001011 100000

Color Harmonies of #908015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908015

Black with #908015

Text Example


Text Example

White with #908015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908015; }

 p { color: rgb(144,128,21); }

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

background-color css

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

 a { background-color: rgb(144,128,21); }

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

border-color css

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

 span { border-color: rgb(144,128,21); }

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