Html Css Color HEX #958923 Lemon Ginger

📋 copy color: '#958923'

red 149 ◦ green 137 ◦ blue 35

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

Shades of Lemon Ginger #958923

Tints of Lemon Ginger #958923

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.68%

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

R = 46.42%
G = 42.68%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#958923 (or 0x958923) is known color: Lemon Ginger. HEX triplet: 95, 89 and 23. RGB value is (149,137,35). Sum of RGB (Red+Green+Blue) = 149+137+35=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #958923 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958923 is #6A76DC. Grayscale: #818181. Windows color (decimal): -6977245 or 2328981. OLE color: 2328981.

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

Color convert

RGB 149 137 35 -
CMYK 0 0.08 0.77 0.42
HSL 53.68º 0.62% 0.36% -
HSV(B) 53.68º 0.77% 0.58% -
XYZ 21.64 24.4 5.16 -
YUV 128.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 149 137 35 0 0.08 0.77 0.42 53.68 0.62 0.36
Hex 95 89 23 0 8 4D 2A 36 3E 24
Octal 225 211 43 0 10 115 52 66 76 44
Binary 10010101 10001001 100011 0 1000 1001101 101010 110110 111110 100100

Color Harmonies of #958923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958923

Black with #958923

Text Example


Text Example

White with #958923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958923; }

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

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

background-color css

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

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

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

border-color css

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

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

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