Html Css Color HEX #948A1D Lemon Ginger

📋 copy color: '#948A1D'

red 148 ◦ green 138 ◦ blue 29

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

Shades of Lemon Ginger #948A1D

Tints of Lemon Ginger #948A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 46.98%
G = 43.81%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#948A1D (or 0x948A1D) is known color: Lemon Ginger. HEX triplet: 94, 8A and 1D. RGB value is (148,138,29). Sum of RGB (Red+Green+Blue) = 148+138+29=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #948A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948A1D is #6B75E2. Grayscale: #818181. Windows color (decimal): -7042531 or 1936020. OLE color: 1936020.

HSL color Cylindrical-coordinate representation of color #948A1D: hue angle of 54.96º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #948A1D is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 29 -
CMYK 0 0.07 0.80 0.42
HSL 54.96º 0.67% 0.35% -
HSV(B) 54.96º 0.8% 0.58% -
XYZ 21.52 24.56 4.77 -
YUV 128.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 148 138 29 0 0.07 0.80 0.42 54.96 0.67 0.35
Hex 94 8A 1D 0 7 50 2A 37 43 23
Octal 224 212 35 0 7 120 52 67 103 43
Binary 10010100 10001010 11101 0 111 1010000 101010 110111 1000011 100011

Color Harmonies of #948A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A1D

Black with #948A1D

Text Example


Text Example

White with #948A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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