Html Css Color HEX #948522 Lemon Ginger

📋 copy color: '#948522'

red 148 ◦ green 133 ◦ blue 34

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

Shades of Lemon Ginger #948522

Tints of Lemon Ginger #948522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.22%

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

R = 46.98%
G = 42.22%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#948522 (or 0x948522) is known color: Lemon Ginger. HEX triplet: 94, 85 and 22. RGB value is (148,133,34). Sum of RGB (Red+Green+Blue) = 148+133+34=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #948522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948522 is #6B7ADD. Grayscale: #7E7E7E. Windows color (decimal): -7043806 or 2262420. OLE color: 2262420.

HSL color Cylindrical-coordinate representation of color #948522: hue angle of 52.11º 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 #948522 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 34 -
CMYK 0 0.10 0.77 0.42
HSL 52.11º 0.63% 0.36% -
HSV(B) 52.11º 0.77% 0.58% -
XYZ 20.89 23.19 4.89 -
YUV 126.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 148 133 34 0 0.10 0.77 0.42 52.11 0.63 0.36
Hex 94 85 22 0 A 4D 2A 34 3F 24
Octal 224 205 42 0 12 115 52 64 77 44
Binary 10010100 10000101 100010 0 1010 1001101 101010 110100 111111 100100

Color Harmonies of #948522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948522

Black with #948522

Text Example


Text Example

White with #948522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948522; }

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

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

background-color css

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

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

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

border-color css

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

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

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