Html Css Color HEX #948226 Lemon Ginger

📋 copy color: '#948226'

red 148 ◦ green 130 ◦ blue 38

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

Shades of Lemon Ginger #948226

Tints of Lemon Ginger #948226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.14%

 BLUE value IS 38 (15.23% from 255) = 12.03%

R = 46.84%
G = 41.14%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#948226 (or 0x948226) is known color: Lemon Ginger. HEX triplet: 94, 82 and 26. RGB value is (148,130,38). Sum of RGB (Red+Green+Blue) = 148+130+38=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #948226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948226 is #6B7DD9. Grayscale: #7D7D7D. Windows color (decimal): -7044570 or 2523796. OLE color: 2523796.

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

Color convert

RGB 148 130 38 -
CMYK 0 0.12 0.74 0.42
HSL 50.18º 0.59% 0.36% -
HSV(B) 50.18º 0.74% 0.58% -
XYZ 20.55 22.4 5.07 -
YUV 124.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 148 130 38 0 0.12 0.74 0.42 50.18 0.59 0.36
Hex 94 82 26 0 C 4A 2A 32 3B 24
Octal 224 202 46 0 14 112 52 62 73 44
Binary 10010100 10000010 100110 0 1100 1001010 101010 110010 111011 100100

Color Harmonies of #948226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948226

Black with #948226

Text Example


Text Example

White with #948226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948226; }

 p { color: rgb(148,130,38); }

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

background-color css

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

 a { background-color: rgb(148,130,38); }

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

border-color css

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

 span { border-color: rgb(148,130,38); }

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