Html Css Color HEX #958130 Lemon Ginger

📋 copy color: '#958130'

red 149 ◦ green 129 ◦ blue 48

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

Shades of Lemon Ginger #958130

Tints of Lemon Ginger #958130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.57%

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

R = 45.71%
G = 39.57%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#958130 (or 0x958130) is known color: Lemon Ginger. HEX triplet: 95, 81 and 30. RGB value is (149,129,48). Sum of RGB (Red+Green+Blue) = 149+129+48=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #958130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958130 is #6A7ECF. Grayscale: #7E7E7E. Windows color (decimal): -6979280 or 3178901. OLE color: 3178901.

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

Color convert

RGB 149 129 48 -
CMYK 0 0.13 0.68 0.42
HSL 48.12º 0.51% 0.39% -
HSV(B) 48.12º 0.68% 0.58% -
XYZ 20.78 22.3 6.01 -
YUV 125.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 149 129 48 0 0.13 0.68 0.42 48.12 0.51 0.39
Hex 95 81 30 0 D 44 2A 30 33 27
Octal 225 201 60 0 15 104 52 60 63 47
Binary 10010101 10000001 110000 0 1101 1000100 101010 110000 110011 100111

Color Harmonies of #958130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958130

Black with #958130

Text Example


Text Example

White with #958130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958130; }

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

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

background-color css

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

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

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

border-color css

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

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

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