Html Css Color HEX #958E2B Lemon Ginger

📋 copy color: '#958E2B'

red 149 ◦ green 142 ◦ blue 43

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

Shades of Lemon Ginger #958E2B

Tints of Lemon Ginger #958E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 44.61%
G = 42.51%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#958E2B (or 0x958E2B) is known color: Lemon Ginger. HEX triplet: 95, 8E and 2B. RGB value is (149,142,43). Sum of RGB (Red+Green+Blue) = 149+142+43=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #958E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E2B is #6A71D4. Grayscale: #858585. Windows color (decimal): -6975957 or 2854549. OLE color: 2854549.

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

Color convert

RGB 149 142 43 -
CMYK 0 0.05 0.71 0.42
HSL 56.04º 0.55% 0.38% -
HSV(B) 56.04º 0.71% 0.58% -
XYZ 22.5 25.91 6.1 -
YUV 132.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 149 142 43 0 0.05 0.71 0.42 56.04 0.55 0.38
Hex 95 8E 2B 0 5 47 2A 38 37 26
Octal 225 216 53 0 5 107 52 70 67 46
Binary 10010101 10001110 101011 0 101 1000111 101010 111000 110111 100110

Color Harmonies of #958E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E2B

Black with #958E2B

Text Example


Text Example

White with #958E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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