Html Css Color HEX #948D24 Lemon Ginger

📋 copy color: '#948D24'

red 148 ◦ green 141 ◦ blue 36

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

Shades of Lemon Ginger #948D24

Tints of Lemon Ginger #948D24

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.38%

 BLUE value IS 36 (14.45% from 255) = 11.08%

R = 45.54%
G = 43.38%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#948D24 (or 0x948D24) is known color: Lemon Ginger. HEX triplet: 94, 8D and 24. RGB value is (148,141,36). Sum of RGB (Red+Green+Blue) = 148+141+36=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #948D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948D24 is #6B72DB. Grayscale: #838383. Windows color (decimal): -7041756 or 2395540. OLE color: 2395540.

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

Color convert

RGB 148 141 36 -
CMYK 0 0.05 0.76 0.42
HSL 56.25º 0.61% 0.36% -
HSV(B) 56.25º 0.76% 0.58% -
XYZ 22.06 25.47 5.42 -
YUV 131.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 148 141 36 0 0.05 0.76 0.42 56.25 0.61 0.36
Hex 94 8D 24 0 5 4C 2A 38 3D 24
Octal 224 215 44 0 5 114 52 70 75 44
Binary 10010100 10001101 100100 0 101 1001100 101010 111000 111101 100100

Color Harmonies of #948D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D24

Black with #948D24

Text Example


Text Example

White with #948D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,141,36); }

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

background-color css

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

 a { background-color: rgb(148,141,36); }

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

border-color css

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

 span { border-color: rgb(148,141,36); }

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