Html Css Color HEX #948227 Lemon Ginger

📋 copy color: '#948227'

red 148 ◦ green 130 ◦ blue 39

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

Shades of Lemon Ginger #948227

Tints of Lemon Ginger #948227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.3%

R = 46.69%
G = 41.01%
B = 12.3%

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

#948227 (or 0x948227) is known color: Lemon Ginger. HEX triplet: 94, 82 and 27. RGB value is (148,130,39). Sum of RGB (Red+Green+Blue) = 148+130+39=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #948227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948227 is #6B7DD8. Grayscale: #7D7D7D. Windows color (decimal): -7044569 or 2589332. OLE color: 2589332.

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

Color convert

RGB 148 130 39 -
CMYK 0 0.12 0.74 0.42
HSL 50.09º 0.58% 0.37% -
HSV(B) 50.09º 0.74% 0.58% -
XYZ 20.56 22.41 5.16 -
YUV 125.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 148 130 39 0 0.12 0.74 0.42 50.09 0.58 0.37
Hex 94 82 27 0 C 4A 2A 32 3A 25
Octal 224 202 47 0 14 112 52 62 72 45
Binary 10010100 10000010 100111 0 1100 1001010 101010 110010 111010 100101

Color Harmonies of #948227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948227

Black with #948227

Text Example


Text Example

White with #948227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948227; }

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

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

background-color css

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

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

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

border-color css

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

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

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