Html Css Color HEX #948C2A Lemon Ginger

📋 copy color: '#948C2A'

red 148 ◦ green 140 ◦ blue 42

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

Shades of Lemon Ginger #948C2A

Tints of Lemon Ginger #948C2A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.42%

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 44.85%
G = 42.42%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#948C2A (or 0x948C2A) is known color: Lemon Ginger. HEX triplet: 94, 8C and 2A. RGB value is (148,140,42). Sum of RGB (Red+Green+Blue) = 148+140+42=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #948C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C2A is #6B73D5. Grayscale: #838383. Windows color (decimal): -7042006 or 2788500. OLE color: 2788500.

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

Color convert

RGB 148 140 42 -
CMYK 0 0.05 0.72 0.42
HSL 55.47º 0.56% 0.37% -
HSV(B) 55.47º 0.72% 0.58% -
XYZ 22.01 25.22 5.9 -
YUV 131.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 148 140 42 0 0.05 0.72 0.42 55.47 0.56 0.37
Hex 94 8C 2A 0 5 48 2A 37 38 25
Octal 224 214 52 0 5 110 52 67 70 45
Binary 10010100 10001100 101010 0 101 1001000 101010 110111 111000 100101

Color Harmonies of #948C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C2A

Black with #948C2A

Text Example


Text Example

White with #948C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948C2A; }

 p { color: rgb(148,140,42); }

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

background-color css

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

 a { background-color: rgb(148,140,42); }

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

border-color css

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

 span { border-color: rgb(148,140,42); }

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