Html Css Color HEX #908512 Lemon Ginger

📋 copy color: '#908512'

red 144 ◦ green 133 ◦ blue 18

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

Shades of Lemon Ginger #908512

Tints of Lemon Ginger #908512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

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

R = 48.81%
G = 45.08%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#908512 (or 0x908512) is known color: Lemon Ginger. HEX triplet: 90, 85 and 12. RGB value is (144,133,18). Sum of RGB (Red+Green+Blue) = 144+133+18=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #908512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908512 is #6F7AED. Grayscale: #7B7B7B. Windows color (decimal): -7305966 or 1213840. OLE color: 1213840.

HSL color Cylindrical-coordinate representation of color #908512: hue angle of 54.76º 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 #908512 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 133 18 -
CMYK 0 0.08 0.88 0.44
HSL 54.76º 0.78% 0.32% -
HSV(B) 54.76º 0.88% 0.56% -
XYZ 20 22.75 3.91 -
YUV 123.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 144 133 18 0 0.08 0.88 0.44 54.76 0.78 0.32
Hex 90 85 12 0 8 58 2C 37 4E 20
Octal 220 205 22 0 10 130 54 67 116 40
Binary 10010000 10000101 10010 0 1000 1011000 101100 110111 1001110 100000

Color Harmonies of #908512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908512

Black with #908512

Text Example


Text Example

White with #908512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908512; }

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

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

background-color css

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

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

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

border-color css

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

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

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