Html Css Color HEX #948811 Lemon Ginger

📋 copy color: '#948811'

red 148 ◦ green 136 ◦ blue 17

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

Shades of Lemon Ginger #948811

Tints of Lemon Ginger #948811

RGB

 RED value IS 148 (58.2% from 255) = 49.17%

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

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 49.17%
G = 45.18%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#948811 (or 0x948811) is known color: Lemon Ginger. HEX triplet: 94, 88 and 11. RGB value is (148,136,17). Sum of RGB (Red+Green+Blue) = 148+136+17=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #948811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948811 is #6B77EE. Grayscale: #7E7E7E. Windows color (decimal): -7043055 or 1149076. OLE color: 1149076.

HSL color Cylindrical-coordinate representation of color #948811: hue angle of 54.5º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #948811 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 17 -
CMYK 0 0.08 0.89 0.42
HSL 54.5º 0.79% 0.32% -
HSV(B) 54.5º 0.89% 0.58% -
XYZ 21.12 23.94 4.04 -
YUV 126.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 148 136 17 0 0.08 0.89 0.42 54.5 0.79 0.32
Hex 94 88 11 0 8 59 2A 37 4F 20
Octal 224 210 21 0 10 131 52 67 117 40
Binary 10010100 10001000 10001 0 1000 1011001 101010 110111 1001111 100000

Color Harmonies of #948811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948811

Black with #948811

Text Example


Text Example

White with #948811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948811; }

 p { color: rgb(148,136,17); }

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

background-color css

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

 a { background-color: rgb(148,136,17); }

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

border-color css

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

 span { border-color: rgb(148,136,17); }

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