Html Css Color HEX #958E1B Lemon Ginger

📋 copy color: '#958E1B'

red 149 ◦ green 142 ◦ blue 27

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

Shades of Lemon Ginger #958E1B

Tints of Lemon Ginger #958E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 46.86%
G = 44.65%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#958E1B (or 0x958E1B) is known color: Lemon Ginger. HEX triplet: 95, 8E and 1B. RGB value is (149,142,27). Sum of RGB (Red+Green+Blue) = 149+142+27=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #958E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E1B is #6A71E4. Grayscale: #838383. Windows color (decimal): -6975973 or 1805973. OLE color: 1805973.

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

Color convert

RGB 149 142 27 -
CMYK 0 0.05 0.82 0.42
HSL 56.56º 0.69% 0.35% -
HSV(B) 56.56º 0.82% 0.58% -
XYZ 22.27 25.81 4.85 -
YUV 130.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 149 142 27 0 0.05 0.82 0.42 56.56 0.69 0.35
Hex 95 8E 1B 0 5 52 2A 39 45 23
Octal 225 216 33 0 5 122 52 71 105 43
Binary 10010101 10001110 11011 0 101 1010010 101010 111001 1000101 100011

Color Harmonies of #958E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E1B

Black with #958E1B

Text Example


Text Example

White with #958E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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