Html Css Color HEX #959124 Citron

📋 copy color: '#959124'

red 149 ◦ green 145 ◦ blue 36

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

Shades of Citron #959124

Tints of Citron #959124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

 BLUE value IS 36 (14.45% from 255) = 10.91%

R = 45.15%
G = 43.94%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#959124 (or 0x959124) is known color: Citron. HEX triplet: 95, 91 and 24. RGB value is (149,145,36). Sum of RGB (Red+Green+Blue) = 149+145+36=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #959124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959124 is #6A6EDB. Grayscale: #868686. Windows color (decimal): -6975196 or 2396565. OLE color: 2396565.

HSL color Cylindrical-coordinate representation of color #959124: hue angle of 57.88º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #959124 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 36 -
CMYK 0 0.03 0.76 0.42
HSL 57.88º 0.61% 0.36% -
HSV(B) 57.88º 0.76% 0.58% -
XYZ 22.84 26.77 5.63 -
YUV 133.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 149 145 36 0 0.03 0.76 0.42 57.88 0.61 0.36
Hex 95 91 24 0 3 4C 2A 3A 3D 24
Octal 225 221 44 0 3 114 52 72 75 44
Binary 10010101 10010001 100100 0 11 1001100 101010 111010 111101 100100

Color Harmonies of #959124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959124

Black with #959124

Text Example


Text Example

White with #959124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959124; }

 p { color: rgb(149,145,36); }

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

background-color css

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

 a { background-color: rgb(149,145,36); }

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

border-color css

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

 span { border-color: rgb(149,145,36); }

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