Html Css Color HEX #958F29 Lemon Ginger

📋 copy color: '#958F29'

red 149 ◦ green 143 ◦ blue 41

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

Shades of Lemon Ginger #958F29

Tints of Lemon Ginger #958F29

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.94%

 BLUE value IS 41 (16.41% from 255) = 12.31%

R = 44.74%
G = 42.94%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#958F29 (or 0x958F29) is known color: Lemon Ginger. HEX triplet: 95, 8F and 29. RGB value is (149,143,41). Sum of RGB (Red+Green+Blue) = 149+143+41=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #958F29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F29 is #6A70D6. Grayscale: #858585. Windows color (decimal): -6975703 or 2723733. OLE color: 2723733.

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

Color convert

RGB 149 143 41 -
CMYK 0 0.04 0.72 0.42
HSL 56.67º 0.57% 0.37% -
HSV(B) 56.67º 0.72% 0.58% -
XYZ 22.62 26.19 5.96 -
YUV 133.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 149 143 41 0 0.04 0.72 0.42 56.67 0.57 0.37
Hex 95 8F 29 0 4 48 2A 39 39 25
Octal 225 217 51 0 4 110 52 71 71 45
Binary 10010101 10001111 101001 0 100 1001000 101010 111001 111001 100101

Color Harmonies of #958F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F29

Black with #958F29

Text Example


Text Example

White with #958F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,143,41); }

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

background-color css

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

 a { background-color: rgb(149,143,41); }

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

border-color css

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

 span { border-color: rgb(149,143,41); }

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