Html Css Color HEX #959112 Citron

📋 copy color: '#959112'

red 149 ◦ green 145 ◦ blue 18

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

Shades of Citron #959112

Tints of Citron #959112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 47.76%
G = 46.47%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#959112 (or 0x959112) is known color: Citron. HEX triplet: 95, 91 and 12. RGB value is (149,145,18). Sum of RGB (Red+Green+Blue) = 149+145+18=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #959112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959112 is #6A6EED. Grayscale: #848484. Windows color (decimal): -6975214 or 1216917. OLE color: 1216917.

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

Color convert

RGB 149 145 18 -
CMYK 0 0.03 0.88 0.42
HSL 58.17º 0.78% 0.33% -
HSV(B) 58.17º 0.88% 0.58% -
XYZ 22.63 26.68 4.53 -
YUV 131.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 149 145 18 0 0.03 0.88 0.42 58.17 0.78 0.33
Hex 95 91 12 0 3 58 2A 3A 4E 21
Octal 225 221 22 0 3 130 52 72 116 41
Binary 10010101 10010001 10010 0 11 1011000 101010 111010 1001110 100001

Color Harmonies of #959112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959112

Black with #959112

Text Example


Text Example

White with #959112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959112; }

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

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

background-color css

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

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

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

border-color css

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

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

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