Html Css Color HEX #958830 Lemon Ginger

📋 copy color: '#958830'

red 149 ◦ green 136 ◦ blue 48

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

Shades of Lemon Ginger #958830

Tints of Lemon Ginger #958830

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.84%

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

R = 44.74%
G = 40.84%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#958830 (or 0x958830) is known color: Lemon Ginger. HEX triplet: 95, 88 and 30. RGB value is (149,136,48). Sum of RGB (Red+Green+Blue) = 149+136+48=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #958830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958830 is #6A77CF. Grayscale: #828282. Windows color (decimal): -6977488 or 3180693. OLE color: 3180693.

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

Color convert

RGB 149 136 48 -
CMYK 0 0.09 0.68 0.42
HSL 52.28º 0.51% 0.39% -
HSV(B) 52.28º 0.68% 0.58% -
XYZ 21.73 24.21 6.32 -
YUV 129.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 149 136 48 0 0.09 0.68 0.42 52.28 0.51 0.39
Hex 95 88 30 0 9 44 2A 34 33 27
Octal 225 210 60 0 11 104 52 64 63 47
Binary 10010101 10001000 110000 0 1001 1000100 101010 110100 110011 100111

Color Harmonies of #958830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958830

Black with #958830

Text Example


Text Example

White with #958830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958830; }

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

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

background-color css

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

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

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

border-color css

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

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

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