Html Css Color HEX #958C28 Lemon Ginger

📋 copy color: '#958C28'

red 149 ◦ green 140 ◦ blue 40

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

Shades of Lemon Ginger #958C28

Tints of Lemon Ginger #958C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.55%

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 45.29%
G = 42.55%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#958C28 (or 0x958C28) is known color: Lemon Ginger. HEX triplet: 95, 8C and 28. RGB value is (149,140,40). Sum of RGB (Red+Green+Blue) = 149+140+40=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #958C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C28 is #6A73D7. Grayscale: #838383. Windows color (decimal): -6976472 or 2657429. OLE color: 2657429.

HSL color Cylindrical-coordinate representation of color #958C28: hue angle of 55.05º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #958C28 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 140 40 -
CMYK 0 0.06 0.73 0.42
HSL 55.05º 0.58% 0.37% -
HSV(B) 55.05º 0.73% 0.58% -
XYZ 22.16 25.3 5.72 -
YUV 131.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 149 140 40 0 0.06 0.73 0.42 55.05 0.58 0.37
Hex 95 8C 28 0 6 49 2A 37 3A 25
Octal 225 214 50 0 6 111 52 67 72 45
Binary 10010101 10001100 101000 0 110 1001001 101010 110111 111010 100101

Color Harmonies of #958C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C28

Black with #958C28

Text Example


Text Example

White with #958C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958C28; }

 p { color: rgb(149,140,40); }

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

background-color css

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

 a { background-color: rgb(149,140,40); }

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

border-color css

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

 span { border-color: rgb(149,140,40); }

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