Html Css Color HEX #958D23 Lemon Ginger

📋 copy color: '#958D23'

red 149 ◦ green 141 ◦ blue 35

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

Shades of Lemon Ginger #958D23

Tints of Lemon Ginger #958D23

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.38%

 BLUE value IS 35 (14.06% from 255) = 10.77%

R = 45.85%
G = 43.38%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#958D23 (or 0x958D23) is known color: Lemon Ginger. HEX triplet: 95, 8D and 23. RGB value is (149,141,35). Sum of RGB (Red+Green+Blue) = 149+141+35=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #958D23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D23 is #6A72DC. Grayscale: #838383. Windows color (decimal): -6976221 or 2330005. OLE color: 2330005.

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

Color convert

RGB 149 141 35 -
CMYK 0 0.05 0.77 0.42
HSL 55.79º 0.62% 0.36% -
HSV(B) 55.79º 0.77% 0.58% -
XYZ 22.22 25.56 5.35 -
YUV 131.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 149 141 35 0 0.05 0.77 0.42 55.79 0.62 0.36
Hex 95 8D 23 0 5 4D 2A 38 3E 24
Octal 225 215 43 0 5 115 52 70 76 44
Binary 10010101 10001101 100011 0 101 1001101 101010 111000 111110 100100

Color Harmonies of #958D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D23

Black with #958D23

Text Example


Text Example

White with #958D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,35); }

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

background-color css

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

 a { background-color: rgb(149,141,35); }

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

border-color css

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

 span { border-color: rgb(149,141,35); }

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