Html Css Color HEX #958534 Lemon Ginger

📋 copy color: '#958534'

red 149 ◦ green 133 ◦ blue 52

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

Shades of Lemon Ginger #958534

Tints of Lemon Ginger #958534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 44.61%
G = 39.82%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#958534 (or 0x958534) is known color: Lemon Ginger. HEX triplet: 95, 85 and 34. RGB value is (149,133,52). Sum of RGB (Red+Green+Blue) = 149+133+52=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #958534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958534 is #6A7ACB. Grayscale: #808080. Windows color (decimal): -6978252 or 3442069. OLE color: 3442069.

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

Color convert

RGB 149 133 52 -
CMYK 0 0.11 0.65 0.42
HSL 50.1º 0.48% 0.39% -
HSV(B) 50.1º 0.65% 0.58% -
XYZ 21.4 23.41 6.64 -
YUV 128.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 149 133 52 0 0.11 0.65 0.42 50.1 0.48 0.39
Hex 95 85 34 0 B 41 2A 32 30 27
Octal 225 205 64 0 13 101 52 62 60 47
Binary 10010101 10000101 110100 0 1011 1000001 101010 110010 110000 100111

Color Harmonies of #958534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958534

Black with #958534

Text Example


Text Example

White with #958534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958534; }

 p { color: rgb(149,133,52); }

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

background-color css

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

 a { background-color: rgb(149,133,52); }

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

border-color css

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

 span { border-color: rgb(149,133,52); }

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