Html Css Color HEX #948A2A Lemon Ginger

📋 copy color: '#948A2A'

red 148 ◦ green 138 ◦ blue 42

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

Shades of Lemon Ginger #948A2A

Tints of Lemon Ginger #948A2A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.07%

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

R = 45.12%
G = 42.07%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#948A2A (or 0x948A2A) is known color: Lemon Ginger. HEX triplet: 94, 8A and 2A. RGB value is (148,138,42). Sum of RGB (Red+Green+Blue) = 148+138+42=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #948A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A2A is #6B75D5. Grayscale: #828282. Windows color (decimal): -7042518 or 2787988. OLE color: 2787988.

HSL color Cylindrical-coordinate representation of color #948A2A: hue angle of 54.34º 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 #948A2A is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 42 -
CMYK 0 0.07 0.72 0.42
HSL 54.34º 0.56% 0.37% -
HSV(B) 54.34º 0.72% 0.58% -
XYZ 21.72 24.64 5.8 -
YUV 130.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 148 138 42 0 0.07 0.72 0.42 54.34 0.56 0.37
Hex 94 8A 2A 0 7 48 2A 36 38 25
Octal 224 212 52 0 7 110 52 66 70 45
Binary 10010100 10001010 101010 0 111 1001000 101010 110110 111000 100101

Color Harmonies of #948A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A2A

Black with #948A2A

Text Example


Text Example

White with #948A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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