Html Css Color HEX #958127 Lemon Ginger

📋 copy color: '#958127'

red 149 ◦ green 129 ◦ blue 39

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

Shades of Lemon Ginger #958127

Tints of Lemon Ginger #958127

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

 BLUE value IS 39 (15.63% from 255) = 12.3%

R = 47%
G = 40.69%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#958127 (or 0x958127) is known color: Lemon Ginger. HEX triplet: 95, 81 and 27. RGB value is (149,129,39). Sum of RGB (Red+Green+Blue) = 149+129+39=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #958127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958127 is #6A7ED8. Grayscale: #7D7D7D. Windows color (decimal): -6979289 or 2589077. OLE color: 2589077.

HSL color Cylindrical-coordinate representation of color #958127: hue angle of 49.09º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #958127 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 39 -
CMYK 0 0.13 0.74 0.42
HSL 49.09º 0.59% 0.37% -
HSV(B) 49.09º 0.74% 0.58% -
XYZ 20.61 22.24 5.13 -
YUV 124.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 149 129 39 0 0.13 0.74 0.42 49.09 0.59 0.37
Hex 95 81 27 0 D 4A 2A 31 3B 25
Octal 225 201 47 0 15 112 52 61 73 45
Binary 10010101 10000001 100111 0 1101 1001010 101010 110001 111011 100101

Color Harmonies of #958127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958127

Black with #958127

Text Example


Text Example

White with #958127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958127; }

 p { color: rgb(149,129,39); }

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

background-color css

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

 a { background-color: rgb(149,129,39); }

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

border-color css

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

 span { border-color: rgb(149,129,39); }

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