Html Css Color HEX #908812 Lemon Ginger

📋 copy color: '#908812'

red 144 ◦ green 136 ◦ blue 18

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

Shades of Lemon Ginger #908812

Tints of Lemon Ginger #908812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.64%

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

R = 48.32%
G = 45.64%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#908812 (or 0x908812) is known color: Lemon Ginger. HEX triplet: 90, 88 and 12. RGB value is (144,136,18). Sum of RGB (Red+Green+Blue) = 144+136+18=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #908812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908812 is #6F77ED. Grayscale: #7D7D7D. Windows color (decimal): -7305198 or 1214608. OLE color: 1214608.

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

Color convert

RGB 144 136 18 -
CMYK 0 0.06 0.88 0.44
HSL 56.19º 0.78% 0.32% -
HSV(B) 56.19º 0.88% 0.56% -
XYZ 20.41 23.58 4.05 -
YUV 124.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 144 136 18 0 0.06 0.88 0.44 56.19 0.78 0.32
Hex 90 88 12 0 6 58 2C 38 4E 20
Octal 220 210 22 0 6 130 54 70 116 40
Binary 10010000 10001000 10010 0 110 1011000 101100 111000 1001110 100000

Color Harmonies of #908812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908812

Black with #908812

Text Example


Text Example

White with #908812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908812; }

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

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

background-color css

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

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

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

border-color css

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

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

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