Html Css Color HEX #948622 Lemon Ginger

📋 copy color: '#948622'

red 148 ◦ green 134 ◦ blue 34

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

Shades of Lemon Ginger #948622

Tints of Lemon Ginger #948622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

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

R = 46.84%
G = 42.41%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#948622 (or 0x948622) is known color: Lemon Ginger. HEX triplet: 94, 86 and 22. RGB value is (148,134,34). Sum of RGB (Red+Green+Blue) = 148+134+34=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #948622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948622 is #6B79DD. Grayscale: #7F7F7F. Windows color (decimal): -7043550 or 2262676. OLE color: 2262676.

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

Color convert

RGB 148 134 34 -
CMYK 0 0.09 0.77 0.42
HSL 52.63º 0.63% 0.36% -
HSV(B) 52.63º 0.77% 0.58% -
XYZ 21.03 23.46 4.93 -
YUV 126.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 148 134 34 0 0.09 0.77 0.42 52.63 0.63 0.36
Hex 94 86 22 0 9 4D 2A 35 3F 24
Octal 224 206 42 0 11 115 52 65 77 44
Binary 10010100 10000110 100010 0 1001 1001101 101010 110101 111111 100100

Color Harmonies of #948622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948622

Black with #948622

Text Example


Text Example

White with #948622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948622; }

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

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

background-color css

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

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

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

border-color css

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

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

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