Html Css Color HEX #959024 Lemon Ginger

📋 copy color: '#959024'

red 149 ◦ green 144 ◦ blue 36

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

Shades of Lemon Ginger #959024

Tints of Lemon Ginger #959024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.77%

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

R = 45.29%
G = 43.77%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#959024 (or 0x959024) is known color: Lemon Ginger. HEX triplet: 95, 90 and 24. RGB value is (149,144,36). Sum of RGB (Red+Green+Blue) = 149+144+36=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #959024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959024 is #6A6FDB. Grayscale: #858585. Windows color (decimal): -6975452 or 2396309. OLE color: 2396309.

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

Color convert

RGB 149 144 36 -
CMYK 0 0.03 0.76 0.42
HSL 57.35º 0.61% 0.36% -
HSV(B) 57.35º 0.76% 0.58% -
XYZ 22.69 26.46 5.58 -
YUV 133.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 149 144 36 0 0.03 0.76 0.42 57.35 0.61 0.36
Hex 95 90 24 0 3 4C 2A 39 3D 24
Octal 225 220 44 0 3 114 52 71 75 44
Binary 10010101 10010000 100100 0 11 1001100 101010 111001 111101 100100

Color Harmonies of #959024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959024

Black with #959024

Text Example


Text Example

White with #959024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959024; }

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

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

background-color css

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

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

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

border-color css

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

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

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