Html Css Color HEX #958123 Lemon Ginger

📋 copy color: '#958123'

red 149 ◦ green 129 ◦ blue 35

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

Shades of Lemon Ginger #958123

Tints of Lemon Ginger #958123

RGB

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

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

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

R = 47.6%
G = 41.21%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#958123 (or 0x958123) is known color: Lemon Ginger. HEX triplet: 95, 81 and 23. RGB value is (149,129,35). Sum of RGB (Red+Green+Blue) = 149+129+35=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #958123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958123 is #6A7EDC. Grayscale: #7C7C7C. Windows color (decimal): -6979293 or 2326933. OLE color: 2326933.

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

Color convert

RGB 149 129 35 -
CMYK 0 0.13 0.77 0.42
HSL 49.47º 0.62% 0.36% -
HSV(B) 49.47º 0.77% 0.58% -
XYZ 20.55 22.21 4.79 -
YUV 124.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 149 129 35 0 0.13 0.77 0.42 49.47 0.62 0.36
Hex 95 81 23 0 D 4D 2A 31 3E 24
Octal 225 201 43 0 15 115 52 61 76 44
Binary 10010101 10000001 100011 0 1101 1001101 101010 110001 111110 100100

Color Harmonies of #958123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958123

Black with #958123

Text Example


Text Example

White with #958123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958123; }

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

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

background-color css

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

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

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

border-color css

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

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

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