Html Css Color HEX #948E24 Lemon Ginger

📋 copy color: '#948E24'

red 148 ◦ green 142 ◦ blue 36

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

Shades of Lemon Ginger #948E24

Tints of Lemon Ginger #948E24

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.56%

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

R = 45.4%
G = 43.56%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#948E24 (or 0x948E24) is known color: Lemon Ginger. HEX triplet: 94, 8E and 24. RGB value is (148,142,36). Sum of RGB (Red+Green+Blue) = 148+142+36=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #948E24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948E24 is #6B71DB. Grayscale: #848484. Windows color (decimal): -7041500 or 2395796. OLE color: 2395796.

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

Color convert

RGB 148 142 36 -
CMYK 0 0.04 0.76 0.42
HSL 56.79º 0.61% 0.36% -
HSV(B) 56.79º 0.76% 0.58% -
XYZ 22.2 25.77 5.47 -
YUV 131.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 148 142 36 0 0.04 0.76 0.42 56.79 0.61 0.36
Hex 94 8E 24 0 4 4C 2A 39 3D 24
Octal 224 216 44 0 4 114 52 71 75 44
Binary 10010100 10001110 100100 0 100 1001100 101010 111001 111101 100100

Color Harmonies of #948E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E24

Black with #948E24

Text Example


Text Example

White with #948E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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