Html Css Color HEX #908B1A Lemon Ginger

📋 copy color: '#908B1A'

red 144 ◦ green 139 ◦ blue 26

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

Shades of Lemon Ginger #908B1A

Tints of Lemon Ginger #908B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

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

R = 46.6%
G = 44.98%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#908B1A (or 0x908B1A) is known color: Lemon Ginger. HEX triplet: 90, 8B and 1A. RGB value is (144,139,26). Sum of RGB (Red+Green+Blue) = 144+139+26=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #908B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B1A is #6F74E5. Grayscale: #808080. Windows color (decimal): -7304422 or 1739664. OLE color: 1739664.

HSL color Cylindrical-coordinate representation of color #908B1A: hue angle of 57.46º 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 #908B1A is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 139 26 -
CMYK 0 0.03 0.82 0.44
HSL 57.46º 0.69% 0.33% -
HSV(B) 57.46º 0.82% 0.56% -
XYZ 20.92 24.47 4.6 -
YUV 127.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 144 139 26 0 0.03 0.82 0.44 57.46 0.69 0.33
Hex 90 8B 1A 0 3 52 2C 39 45 21
Octal 220 213 32 0 3 122 54 71 105 41
Binary 10010000 10001011 11010 0 11 1010010 101100 111001 1000101 100001

Color Harmonies of #908B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B1A

Black with #908B1A

Text Example


Text Example

White with #908B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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