Html Css Color HEX #958430 Lemon Ginger

📋 copy color: '#958430'

red 149 ◦ green 132 ◦ blue 48

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

Shades of Lemon Ginger #958430

Tints of Lemon Ginger #958430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 45.29%
G = 40.12%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#958430 (or 0x958430) is known color: Lemon Ginger. HEX triplet: 95, 84 and 30. RGB value is (149,132,48). Sum of RGB (Red+Green+Blue) = 149+132+48=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #958430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958430 is #6A7BCF. Grayscale: #7F7F7F. Windows color (decimal): -6978512 or 3179669. OLE color: 3179669.

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

Color convert

RGB 149 132 48 -
CMYK 0 0.11 0.68 0.42
HSL 49.9º 0.51% 0.39% -
HSV(B) 49.9º 0.68% 0.58% -
XYZ 21.18 23.11 6.14 -
YUV 127.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 149 132 48 0 0.11 0.68 0.42 49.9 0.51 0.39
Hex 95 84 30 0 B 44 2A 32 33 27
Octal 225 204 60 0 13 104 52 62 63 47
Binary 10010101 10000100 110000 0 1011 1000100 101010 110010 110011 100111

Color Harmonies of #958430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958430

Black with #958430

Text Example


Text Example

White with #958430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958430; }

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

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

background-color css

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

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

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

border-color css

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

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

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