Html Css Color HEX #958824 Lemon Ginger

📋 copy color: '#958824'

red 149 ◦ green 136 ◦ blue 36

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

Shades of Lemon Ginger #958824

Tints of Lemon Ginger #958824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.21%

R = 46.42%
G = 42.37%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#958824 (or 0x958824) is known color: Lemon Ginger. HEX triplet: 95, 88 and 24. RGB value is (149,136,36). Sum of RGB (Red+Green+Blue) = 149+136+36=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #958824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958824 is #6A77DB. Grayscale: #808080. Windows color (decimal): -6977500 or 2394261. OLE color: 2394261.

HSL color Cylindrical-coordinate representation of color #958824: hue angle of 53.1º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #958824 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 36 -
CMYK 0 0.09 0.76 0.42
HSL 53.1º 0.61% 0.36% -
HSV(B) 53.1º 0.76% 0.58% -
XYZ 21.52 24.13 5.19 -
YUV 128.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 149 136 36 0 0.09 0.76 0.42 53.1 0.61 0.36
Hex 95 88 24 0 9 4C 2A 35 3D 24
Octal 225 210 44 0 11 114 52 65 75 44
Binary 10010101 10001000 100100 0 1001 1001100 101010 110101 111101 100100

Color Harmonies of #958824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958824

Black with #958824

Text Example


Text Example

White with #958824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958824; }

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

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

background-color css

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

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

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

border-color css

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

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

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