Html Css Color HEX #947F20 Lemon Ginger

📋 copy color: '#947F20'

red 148 ◦ green 127 ◦ blue 32

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

Shades of Lemon Ginger #947F20

Tints of Lemon Ginger #947F20

RGB

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

 GREEN value IS 127 (50% from 255) = 41.37%

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 48.21%
G = 41.37%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#947F20 (or 0x947F20) is known color: Lemon Ginger. HEX triplet: 94, 7F and 20. RGB value is (148,127,32). Sum of RGB (Red+Green+Blue) = 148+127+32=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #947F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947F20 is #6B80DF. Grayscale: #7A7A7A. Windows color (decimal): -7045344 or 2129812. OLE color: 2129812.

HSL color Cylindrical-coordinate representation of color #947F20: hue angle of 49.14º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #947F20 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 127 32 -
CMYK 0 0.14 0.78 0.42
HSL 49.14º 0.64% 0.35% -
HSV(B) 49.14º 0.78% 0.58% -
XYZ 20.06 21.58 4.47 -
YUV 122.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 148 127 32 0 0.14 0.78 0.42 49.14 0.64 0.35
Hex 94 7F 20 0 E 4E 2A 31 40 23
Octal 224 177 40 0 16 116 52 61 100 43
Binary 10010100 1111111 100000 0 1110 1001110 101010 110001 1000000 100011

Color Harmonies of #947F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F20

Black with #947F20

Text Example


Text Example

White with #947F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947F20; }

 p { color: rgb(148,127,32); }

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

background-color css

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

 a { background-color: rgb(148,127,32); }

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

border-color css

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

 span { border-color: rgb(148,127,32); }

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