Html Css Color HEX #958E2E Lemon Ginger

📋 copy color: '#958E2E'

red 149 ◦ green 142 ◦ blue 46

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

Shades of Lemon Ginger #958E2E

Tints of Lemon Ginger #958E2E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.14%

 BLUE value IS 46 (18.36% from 255) = 13.65%

R = 44.21%
G = 42.14%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#958E2E (or 0x958E2E) is known color: Lemon Ginger. HEX triplet: 95, 8E and 2E. RGB value is (149,142,46). Sum of RGB (Red+Green+Blue) = 149+142+46=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #958E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E2E is #6A71D1. Grayscale: #858585. Windows color (decimal): -6975954 or 3051157. OLE color: 3051157.

HSL color Cylindrical-coordinate representation of color #958E2E: hue angle of 55.92º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #958E2E is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 142 46 -
CMYK 0 0.05 0.69 0.42
HSL 55.92º 0.53% 0.38% -
HSV(B) 55.92º 0.69% 0.58% -
XYZ 22.56 25.93 6.4 -
YUV 133.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 149 142 46 0 0.05 0.69 0.42 55.92 0.53 0.38
Hex 95 8E 2E 0 5 45 2A 38 35 26
Octal 225 216 56 0 5 105 52 70 65 46
Binary 10010101 10001110 101110 0 101 1000101 101010 111000 110101 100110

Color Harmonies of #958E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E2E

Black with #958E2E

Text Example


Text Example

White with #958E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,142,46); }

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

background-color css

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

 a { background-color: rgb(149,142,46); }

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

border-color css

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

 span { border-color: rgb(149,142,46); }

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