Html Css Color HEX #908B2C Lemon Ginger

📋 copy color: '#908B2C'

red 144 ◦ green 139 ◦ blue 44

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

Shades of Lemon Ginger #908B2C

Tints of Lemon Ginger #908B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 44.04%
G = 42.51%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#908B2C (or 0x908B2C) is known color: Lemon Ginger. HEX triplet: 90, 8B and 2C. RGB value is (144,139,44). Sum of RGB (Red+Green+Blue) = 144+139+44=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #908B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B2C is #6F74D3. Grayscale: #828282. Windows color (decimal): -7304404 or 2919312. OLE color: 2919312.

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

Color convert

RGB 144 139 44 -
CMYK 0 0.03 0.69 0.44
HSL 57º 0.53% 0.37% -
HSV(B) 57º 0.69% 0.56% -
XYZ 21.19 24.58 6.01 -
YUV 129.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 144 139 44 0 0.03 0.69 0.44 57 0.53 0.37
Hex 90 8B 2C 0 3 45 2C 39 35 25
Octal 220 213 54 0 3 105 54 71 65 45
Binary 10010000 10001011 101100 0 11 1000101 101100 111001 110101 100101

Color Harmonies of #908B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908B2C

Black with #908B2C

Text Example


Text Example

White with #908B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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