Html Css Color HEX #948A21 Lemon Ginger

📋 copy color: '#948A21'

red 148 ◦ green 138 ◦ blue 33

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

Shades of Lemon Ginger #948A21

Tints of Lemon Ginger #948A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 46.39%
G = 43.26%
B = 10.34%

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

#948A21 (or 0x948A21) is known color: Lemon Ginger. HEX triplet: 94, 8A and 21. RGB value is (148,138,33). Sum of RGB (Red+Green+Blue) = 148+138+33=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #948A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A21 is #6B75DE. Grayscale: #818181. Windows color (decimal): -7042527 or 2198164. OLE color: 2198164.

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

Color convert

RGB 148 138 33 -
CMYK 0 0.07 0.78 0.42
HSL 54.78º 0.64% 0.35% -
HSV(B) 54.78º 0.78% 0.58% -
XYZ 21.58 24.58 5.05 -
YUV 129.02 73.81 141.54 -
System Red Green Blue C M Y K H S L
Decimal 148 138 33 0 0.07 0.78 0.42 54.78 0.64 0.35
Hex 94 8A 21 0 7 4E 2A 37 40 23
Octal 224 212 41 0 7 116 52 67 100 43
Binary 10010100 10001010 100001 0 111 1001110 101010 110111 1000000 100011

Color Harmonies of #948A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A21

Black with #948A21

Text Example


Text Example

White with #948A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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