Html Css Color HEX #948822 Lemon Ginger

📋 copy color: '#948822'

red 148 ◦ green 136 ◦ blue 34

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

Shades of Lemon Ginger #948822

Tints of Lemon Ginger #948822

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 46.54%
G = 42.77%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#948822 (or 0x948822) is known color: Lemon Ginger. HEX triplet: 94, 88 and 22. RGB value is (148,136,34). Sum of RGB (Red+Green+Blue) = 148+136+34=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #948822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948822 is #6B77DD. Grayscale: #808080. Windows color (decimal): -7043038 or 2263188. OLE color: 2263188.

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

Color convert

RGB 148 136 34 -
CMYK 0 0.08 0.77 0.42
HSL 53.68º 0.63% 0.36% -
HSV(B) 53.68º 0.77% 0.58% -
XYZ 21.31 24.02 5.03 -
YUV 127.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 148 136 34 0 0.08 0.77 0.42 53.68 0.63 0.36
Hex 94 88 22 0 8 4D 2A 36 3F 24
Octal 224 210 42 0 10 115 52 66 77 44
Binary 10010100 10001000 100010 0 1000 1001101 101010 110110 111111 100100

Color Harmonies of #948822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948822

Black with #948822

Text Example


Text Example

White with #948822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948822; }

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

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

background-color css

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

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

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

border-color css

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

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

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