Html Css Color HEX #948422 Lemon Ginger

📋 copy color: '#948422'

red 148 ◦ green 132 ◦ blue 34

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

Shades of Lemon Ginger #948422

Tints of Lemon Ginger #948422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

 BLUE value IS 34 (13.67% from 255) = 10.83%

R = 47.13%
G = 42.04%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#948422 (or 0x948422) is known color: Lemon Ginger. HEX triplet: 94, 84 and 22. RGB value is (148,132,34). Sum of RGB (Red+Green+Blue) = 148+132+34=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #948422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948422 is #6B7BDD. Grayscale: #7E7E7E. Windows color (decimal): -7044062 or 2262164. OLE color: 2262164.

HSL color Cylindrical-coordinate representation of color #948422: hue angle of 51.58º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #948422 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 34 -
CMYK 0 0.11 0.77 0.42
HSL 51.58º 0.63% 0.36% -
HSV(B) 51.58º 0.77% 0.58% -
XYZ 20.75 22.91 4.84 -
YUV 125.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 148 132 34 0 0.11 0.77 0.42 51.58 0.63 0.36
Hex 94 84 22 0 B 4D 2A 34 3F 24
Octal 224 204 42 0 13 115 52 64 77 44
Binary 10010100 10000100 100010 0 1011 1001101 101010 110100 111111 100100

Color Harmonies of #948422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948422

Black with #948422

Text Example


Text Example

White with #948422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948422; }

 p { color: rgb(148,132,34); }

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

background-color css

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

 a { background-color: rgb(148,132,34); }

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

border-color css

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

 span { border-color: rgb(148,132,34); }

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