Html Css Color HEX #958533 Lemon Ginger

📋 copy color: '#958533'

red 149 ◦ green 133 ◦ blue 51

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

Shades of Lemon Ginger #958533

Tints of Lemon Ginger #958533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 44.74%
G = 39.94%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#958533 (or 0x958533) is known color: Lemon Ginger. HEX triplet: 95, 85 and 33. RGB value is (149,133,51). Sum of RGB (Red+Green+Blue) = 149+133+51=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #958533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958533 is #6A7ACC. Grayscale: #808080. Windows color (decimal): -6978253 or 3376533. OLE color: 3376533.

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

Color convert

RGB 149 133 51 -
CMYK 0 0.11 0.66 0.42
HSL 50.2º 0.49% 0.39% -
HSV(B) 50.2º 0.66% 0.58% -
XYZ 21.38 23.4 6.52 -
YUV 128.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 149 133 51 0 0.11 0.66 0.42 50.2 0.49 0.39
Hex 95 85 33 0 B 42 2A 32 31 27
Octal 225 205 63 0 13 102 52 62 61 47
Binary 10010101 10000101 110011 0 1011 1000010 101010 110010 110001 100111

Color Harmonies of #958533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958533

Black with #958533

Text Example


Text Example

White with #958533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958533; }

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

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

background-color css

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

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

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

border-color css

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

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

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