Html Css Color HEX #908A1A Lemon Ginger

📋 copy color: '#908A1A'

red 144 ◦ green 138 ◦ blue 26

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

Shades of Lemon Ginger #908A1A

Tints of Lemon Ginger #908A1A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.81%

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 46.75%
G = 44.81%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#908A1A (or 0x908A1A) is known color: Lemon Ginger. HEX triplet: 90, 8A and 1A. RGB value is (144,138,26). Sum of RGB (Red+Green+Blue) = 144+138+26=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #908A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908A1A is #6F75E5. Grayscale: #7F7F7F. Windows color (decimal): -7304678 or 1739408. OLE color: 1739408.

HSL color Cylindrical-coordinate representation of color #908A1A: hue angle of 56.95º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #908A1A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 138 26 -
CMYK 0 0.04 0.82 0.44
HSL 56.95º 0.69% 0.33% -
HSV(B) 56.95º 0.82% 0.56% -
XYZ 20.78 24.18 4.55 -
YUV 127.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 144 138 26 0 0.04 0.82 0.44 56.95 0.69 0.33
Hex 90 8A 1A 0 4 52 2C 39 45 21
Octal 220 212 32 0 4 122 54 71 105 41
Binary 10010000 10001010 11010 0 100 1010010 101100 111001 1000101 100001

Color Harmonies of #908A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908A1A

Black with #908A1A

Text Example


Text Example

White with #908A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908A1A; }

 p { color: rgb(144,138,26); }

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

background-color css

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

 a { background-color: rgb(144,138,26); }

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

border-color css

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

 span { border-color: rgb(144,138,26); }

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