Html Css Color HEX #948A20 Lemon Ginger

📋 copy color: '#948A20'

red 148 ◦ green 138 ◦ blue 32

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

Shades of Lemon Ginger #948A20

Tints of Lemon Ginger #948A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.4%

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

R = 46.54%
G = 43.4%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#948A20 (or 0x948A20) is known color: Lemon Ginger. HEX triplet: 94, 8A and 20. RGB value is (148,138,32). Sum of RGB (Red+Green+Blue) = 148+138+32=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #948A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A20 is #6B75DF. Grayscale: #818181. Windows color (decimal): -7042528 or 2132628. OLE color: 2132628.

HSL color Cylindrical-coordinate representation of color #948A20: hue angle of 54.83º 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 #948A20 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 32 -
CMYK 0 0.07 0.78 0.42
HSL 54.83º 0.64% 0.35% -
HSV(B) 54.83º 0.78% 0.58% -
XYZ 21.56 24.58 4.97 -
YUV 128.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 148 138 32 0 0.07 0.78 0.42 54.83 0.64 0.35
Hex 94 8A 20 0 7 4E 2A 37 40 23
Octal 224 212 40 0 7 116 52 67 100 43
Binary 10010100 10001010 100000 0 111 1001110 101010 110111 1000000 100011

Color Harmonies of #948A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A20

Black with #948A20

Text Example


Text Example

White with #948A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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