Html Css Color HEX #959211 Citron

📋 copy color: '#959211'

red 149 ◦ green 146 ◦ blue 17

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

Shades of Citron #959211

Tints of Citron #959211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

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

R = 47.76%
G = 46.79%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#959211 (or 0x959211) is known color: Citron. HEX triplet: 95, 92 and 11. RGB value is (149,146,17). Sum of RGB (Red+Green+Blue) = 149+146+17=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #959211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959211 is #6A6DEE. Grayscale: #848484. Windows color (decimal): -6974959 or 1151637. OLE color: 1151637.

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

Color convert

RGB 149 146 17 -
CMYK 0 0.02 0.89 0.42
HSL 58.64º 0.8% 0.33% -
HSV(B) 58.64º 0.89% 0.58% -
XYZ 22.77 26.99 4.54 -
YUV 132.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 149 146 17 0 0.02 0.89 0.42 58.64 0.8 0.33
Hex 95 92 11 0 2 59 2A 3B 50 21
Octal 225 222 21 0 2 131 52 73 120 41
Binary 10010101 10010010 10001 0 10 1011001 101010 111011 1010000 100001

Color Harmonies of #959211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959211

Black with #959211

Text Example


Text Example

White with #959211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959211; }

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

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

background-color css

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

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

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

border-color css

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

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

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