Html Css Color HEX #908312 Lemon Ginger

📋 copy color: '#908312'

red 144 ◦ green 131 ◦ blue 18

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

Shades of Lemon Ginger #908312

Tints of Lemon Ginger #908312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 49.15%
G = 44.71%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#908312 (or 0x908312) is known color: Lemon Ginger. HEX triplet: 90, 83 and 12. RGB value is (144,131,18). Sum of RGB (Red+Green+Blue) = 144+131+18=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #908312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908312 is #6F7CED. Grayscale: #7A7A7A. Windows color (decimal): -7306478 or 1213328. OLE color: 1213328.

HSL color Cylindrical-coordinate representation of color #908312: hue angle of 53.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #908312 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 18 -
CMYK 0 0.09 0.88 0.44
HSL 53.81º 0.78% 0.32% -
HSV(B) 53.81º 0.88% 0.56% -
XYZ 19.73 22.21 3.82 -
YUV 122.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 144 131 18 0 0.09 0.88 0.44 53.81 0.78 0.32
Hex 90 83 12 0 9 58 2C 36 4E 20
Octal 220 203 22 0 11 130 54 66 116 40
Binary 10010000 10000011 10010 0 1001 1011000 101100 110110 1001110 100000

Color Harmonies of #908312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908312

Black with #908312

Text Example


Text Example

White with #908312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908312; }

 p { color: rgb(144,131,18); }

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

background-color css

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

 a { background-color: rgb(144,131,18); }

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

border-color css

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

 span { border-color: rgb(144,131,18); }

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