Html Css Color HEX #958A24 Lemon Ginger

📋 copy color: '#958A24'

red 149 ◦ green 138 ◦ blue 36

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

Shades of Lemon Ginger #958A24

Tints of Lemon Ginger #958A24

RGB

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

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

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

R = 46.13%
G = 42.72%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#958A24 (or 0x958A24) is known color: Lemon Ginger. HEX triplet: 95, 8A and 24. RGB value is (149,138,36). Sum of RGB (Red+Green+Blue) = 149+138+36=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #958A24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A24 is #6A75DB. Grayscale: #828282. Windows color (decimal): -6976988 or 2394773. OLE color: 2394773.

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

Color convert

RGB 149 138 36 -
CMYK 0 0.07 0.76 0.42
HSL 54.16º 0.61% 0.36% -
HSV(B) 54.16º 0.76% 0.58% -
XYZ 21.8 24.69 5.29 -
YUV 129.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 149 138 36 0 0.07 0.76 0.42 54.16 0.61 0.36
Hex 95 8A 24 0 7 4C 2A 36 3D 24
Octal 225 212 44 0 7 114 52 66 75 44
Binary 10010101 10001010 100100 0 111 1001100 101010 110110 111101 100100

Color Harmonies of #958A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A24

Black with #958A24

Text Example


Text Example

White with #958A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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