Html Css Color HEX #908712 Lemon Ginger

📋 copy color: '#908712'

red 144 ◦ green 135 ◦ blue 18

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

Shades of Lemon Ginger #908712

Tints of Lemon Ginger #908712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.45%

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

R = 48.48%
G = 45.45%
B = 6.06%

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

#908712 (or 0x908712) is known color: Lemon Ginger. HEX triplet: 90, 87 and 12. RGB value is (144,135,18). Sum of RGB (Red+Green+Blue) = 144+135+18=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #908712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908712 is #6F78ED. Grayscale: #7C7C7C. Windows color (decimal): -7305454 or 1214352. OLE color: 1214352.

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

Color convert

RGB 144 135 18 -
CMYK 0 0.06 0.88 0.44
HSL 55.71º 0.78% 0.32% -
HSV(B) 55.71º 0.88% 0.56% -
XYZ 20.27 23.3 4 -
YUV 124.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 144 135 18 0 0.06 0.88 0.44 55.71 0.78 0.32
Hex 90 87 12 0 6 58 2C 38 4E 20
Octal 220 207 22 0 6 130 54 70 116 40
Binary 10010000 10000111 10010 0 110 1011000 101100 111000 1001110 100000

Color Harmonies of #908712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908712

Black with #908712

Text Example


Text Example

White with #908712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908712; }

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

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

background-color css

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

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

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

border-color css

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

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

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