Html Css Color HEX #959011 Citron

📋 copy color: '#959011'

red 149 ◦ green 144 ◦ blue 17

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

Shades of Citron #959011

Tints of Citron #959011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 48.06%
G = 46.45%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#959011 (or 0x959011) is known color: Citron. HEX triplet: 95, 90 and 11. RGB value is (149,144,17). Sum of RGB (Red+Green+Blue) = 149+144+17=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #959011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959011 is #6A6FEE. Grayscale: #838383. Windows color (decimal): -6975471 or 1151125. OLE color: 1151125.

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

Color convert

RGB 149 144 17 -
CMYK 0 0.03 0.89 0.42
HSL 57.73º 0.8% 0.33% -
HSV(B) 57.73º 0.89% 0.58% -
XYZ 22.47 26.38 4.44 -
YUV 131.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 149 144 17 0 0.03 0.89 0.42 57.73 0.8 0.33
Hex 95 90 11 0 3 59 2A 3A 50 21
Octal 225 220 21 0 3 131 52 72 120 41
Binary 10010101 10010000 10001 0 11 1011001 101010 111010 1010000 100001

Color Harmonies of #959011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959011

Black with #959011

Text Example


Text Example

White with #959011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959011; }

 p { color: rgb(149,144,17); }

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

background-color css

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

 a { background-color: rgb(149,144,17); }

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

border-color css

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

 span { border-color: rgb(149,144,17); }

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