Html Css Color HEX #958427 Lemon Ginger

📋 copy color: '#958427'

red 149 ◦ green 132 ◦ blue 39

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

Shades of Lemon Ginger #958427

Tints of Lemon Ginger #958427

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.25%

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

R = 46.56%
G = 41.25%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#958427 (or 0x958427) is known color: Lemon Ginger. HEX triplet: 95, 84 and 27. RGB value is (149,132,39). Sum of RGB (Red+Green+Blue) = 149+132+39=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #958427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958427 is #6A7BD8. Grayscale: #7E7E7E. Windows color (decimal): -6978521 or 2589845. OLE color: 2589845.

HSL color Cylindrical-coordinate representation of color #958427: hue angle of 50.73º 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 #958427 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 39 -
CMYK 0 0.11 0.74 0.42
HSL 50.73º 0.59% 0.37% -
HSV(B) 50.73º 0.74% 0.58% -
XYZ 21.01 23.04 5.26 -
YUV 126.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 149 132 39 0 0.11 0.74 0.42 50.73 0.59 0.37
Hex 95 84 27 0 B 4A 2A 33 3B 25
Octal 225 204 47 0 13 112 52 63 73 45
Binary 10010101 10000100 100111 0 1011 1001010 101010 110011 111011 100101

Color Harmonies of #958427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958427

Black with #958427

Text Example


Text Example

White with #958427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958427; }

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

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

background-color css

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

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

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

border-color css

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

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

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