Html Css Color HEX #958024 Lemon Ginger

📋 copy color: '#958024'

red 149 ◦ green 128 ◦ blue 36

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

Shades of Lemon Ginger #958024

Tints of Lemon Ginger #958024

RGB

 RED value IS 149 (58.59% from 255) = 47.6%

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 47.6%
G = 40.89%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#958024 (or 0x958024) is known color: Lemon Ginger. HEX triplet: 95, 80 and 24. RGB value is (149,128,36). Sum of RGB (Red+Green+Blue) = 149+128+36=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #958024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958024 is #6A7FDB. Grayscale: #7C7C7C. Windows color (decimal): -6979548 or 2392213. OLE color: 2392213.

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

Color convert

RGB 149 128 36 -
CMYK 0 0.14 0.76 0.42
HSL 48.85º 0.61% 0.36% -
HSV(B) 48.85º 0.76% 0.58% -
XYZ 20.43 21.96 4.83 -
YUV 123.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 149 128 36 0 0.14 0.76 0.42 48.85 0.61 0.36
Hex 95 80 24 0 E 4C 2A 31 3D 24
Octal 225 200 44 0 16 114 52 61 75 44
Binary 10010101 10000000 100100 0 1110 1001100 101010 110001 111101 100100

Color Harmonies of #958024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958024

Black with #958024

Text Example


Text Example

White with #958024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958024; }

 p { color: rgb(149,128,36); }

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

background-color css

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

 a { background-color: rgb(149,128,36); }

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

border-color css

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

 span { border-color: rgb(149,128,36); }

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