Html Css Color HEX #958930 Lemon Ginger

📋 copy color: '#958930'

red 149 ◦ green 137 ◦ blue 48

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

Shades of Lemon Ginger #958930

Tints of Lemon Ginger #958930

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 44.61%
G = 41.02%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#958930 (or 0x958930) is known color: Lemon Ginger. HEX triplet: 95, 89 and 30. RGB value is (149,137,48). Sum of RGB (Red+Green+Blue) = 149+137+48=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #958930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958930 is #6A76CF. Grayscale: #828282. Windows color (decimal): -6977232 or 3180949. OLE color: 3180949.

HSL color Cylindrical-coordinate representation of color #958930: hue angle of 52.87º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #958930 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 48 -
CMYK 0 0.08 0.68 0.42
HSL 52.87º 0.51% 0.39% -
HSV(B) 52.87º 0.68% 0.58% -
XYZ 21.87 24.49 6.37 -
YUV 130.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 149 137 48 0 0.08 0.68 0.42 52.87 0.51 0.39
Hex 95 89 30 0 8 44 2A 35 33 27
Octal 225 211 60 0 10 104 52 65 63 47
Binary 10010101 10001001 110000 0 1000 1000100 101010 110101 110011 100111

Color Harmonies of #958930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958930

Black with #958930

Text Example


Text Example

White with #958930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958930; }

 p { color: rgb(149,137,48); }

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

background-color css

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

 a { background-color: rgb(149,137,48); }

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

border-color css

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

 span { border-color: rgb(149,137,48); }

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