Html Css Color HEX #908A1B Lemon Ginger

📋 copy color: '#908A1B'

red 144 ◦ green 138 ◦ blue 27

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

Shades of Lemon Ginger #908A1B

Tints of Lemon Ginger #908A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 46.6%
G = 44.66%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#908A1B (or 0x908A1B) is known color: Lemon Ginger. HEX triplet: 90, 8A and 1B. RGB value is (144,138,27). Sum of RGB (Red+Green+Blue) = 144+138+27=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #908A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908A1B is #6F75E4. Grayscale: #7F7F7F. Windows color (decimal): -7304677 or 1804944. OLE color: 1804944.

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

Color convert

RGB 144 138 27 -
CMYK 0 0.04 0.81 0.44
HSL 56.92º 0.68% 0.34% -
HSV(B) 56.92º 0.81% 0.56% -
XYZ 20.79 24.19 4.61 -
YUV 127.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 144 138 27 0 0.04 0.81 0.44 56.92 0.68 0.34
Hex 90 8A 1B 0 4 51 2C 39 44 22
Octal 220 212 33 0 4 121 54 71 104 42
Binary 10010000 10001010 11011 0 100 1010001 101100 111001 1000100 100010

Color Harmonies of #908A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908A1B

Black with #908A1B

Text Example


Text Example

White with #908A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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