Html Css Color HEX #958B18 Lemon Ginger

📋 copy color: '#958B18'

red 149 ◦ green 139 ◦ blue 24

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

Shades of Lemon Ginger #958B18

Tints of Lemon Ginger #958B18

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.55%

 BLUE value IS 24 (9.77% from 255) = 7.69%

R = 47.76%
G = 44.55%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#958B18 (or 0x958B18) is known color: Lemon Ginger. HEX triplet: 95, 8B and 18. RGB value is (149,139,24). Sum of RGB (Red+Green+Blue) = 149+139+24=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #958B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958B18 is #6A74E7. Grayscale: #818181. Windows color (decimal): -6976744 or 1608597. OLE color: 1608597.

HSL color Cylindrical-coordinate representation of color #958B18: hue angle of 55.2º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #958B18 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 24 -
CMYK 0 0.07 0.84 0.42
HSL 55.2º 0.72% 0.34% -
HSV(B) 55.2º 0.84% 0.58% -
XYZ 21.79 24.92 4.53 -
YUV 128.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 149 139 24 0 0.07 0.84 0.42 55.2 0.72 0.34
Hex 95 8B 18 0 7 54 2A 37 48 22
Octal 225 213 30 0 7 124 52 67 110 42
Binary 10010101 10001011 11000 0 111 1010100 101010 110111 1001000 100010

Color Harmonies of #958B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B18

Black with #958B18

Text Example


Text Example

White with #958B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,139,24); }

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

background-color css

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

 a { background-color: rgb(149,139,24); }

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

border-color css

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

 span { border-color: rgb(149,139,24); }

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