Html Css Color HEX #908414 Lemon Ginger

📋 copy color: '#908414'

red 144 ◦ green 132 ◦ blue 20

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

Shades of Lemon Ginger #908414

Tints of Lemon Ginger #908414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 48.65%
G = 44.59%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#908414 (or 0x908414) is known color: Lemon Ginger. HEX triplet: 90, 84 and 14. RGB value is (144,132,20). Sum of RGB (Red+Green+Blue) = 144+132+20=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #908414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908414 is #6F7BEB. Grayscale: #7B7B7B. Windows color (decimal): -7306220 or 1344656. OLE color: 1344656.

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

Color convert

RGB 144 132 20 -
CMYK 0 0.08 0.86 0.44
HSL 54.19º 0.76% 0.32% -
HSV(B) 54.19º 0.86% 0.56% -
XYZ 19.88 22.48 3.95 -
YUV 122.82 69.98 143.11 -
System Red Green Blue C M Y K H S L
Decimal 144 132 20 0 0.08 0.86 0.44 54.19 0.76 0.32
Hex 90 84 14 0 8 56 2C 36 4C 20
Octal 220 204 24 0 10 126 54 66 114 40
Binary 10010000 10000100 10100 0 1000 1010110 101100 110110 1001100 100000

Color Harmonies of #908414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908414

Black with #908414

Text Example


Text Example

White with #908414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908414; }

 p { color: rgb(144,132,20); }

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

background-color css

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

 a { background-color: rgb(144,132,20); }

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

border-color css

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

 span { border-color: rgb(144,132,20); }

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