Html Css Color HEX #908B1E Lemon Ginger

📋 copy color: '#908B1E'

red 144 ◦ green 139 ◦ blue 30

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

Shades of Lemon Ginger #908B1E

Tints of Lemon Ginger #908B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.58%

R = 46.01%
G = 44.41%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#908B1E (or 0x908B1E) is known color: Lemon Ginger. HEX triplet: 90, 8B and 1E. RGB value is (144,139,30). Sum of RGB (Red+Green+Blue) = 144+139+30=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #908B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B1E is #6F74E1. Grayscale: #808080. Windows color (decimal): -7304418 or 2001808. OLE color: 2001808.

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

Color convert

RGB 144 139 30 -
CMYK 0 0.03 0.79 0.44
HSL 57.37º 0.66% 0.34% -
HSV(B) 57.37º 0.79% 0.56% -
XYZ 20.97 24.49 4.85 -
YUV 128.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 144 139 30 0 0.03 0.79 0.44 57.37 0.66 0.34
Hex 90 8B 1E 0 3 4F 2C 39 42 22
Octal 220 213 36 0 3 117 54 71 102 42
Binary 10010000 10001011 11110 0 11 1001111 101100 111001 1000010 100010

Color Harmonies of #908B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B1E

Black with #908B1E

Text Example


Text Example

White with #908B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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