Html Css Color HEX #959411 Citron

📋 copy color: '#959411'

red 149 ◦ green 148 ◦ blue 17

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

Shades of Citron #959411

Tints of Citron #959411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

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

R = 47.45%
G = 47.13%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#959411 (or 0x959411) is known color: Citron. HEX triplet: 95, 94 and 11. RGB value is (149,148,17). Sum of RGB (Red+Green+Blue) = 149+148+17=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #959411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959411 is #6A6BEE. Grayscale: #858585. Windows color (decimal): -6974447 or 1152149. OLE color: 1152149.

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

Color convert

RGB 149 148 17 -
CMYK 0 0.01 0.89 0.42
HSL 59.55º 0.8% 0.33% -
HSV(B) 59.55º 0.89% 0.58% -
XYZ 23.09 27.61 4.64 -
YUV 133.37 62.33 139.15 -
System Red Green Blue C M Y K H S L
Decimal 149 148 17 0 0.01 0.89 0.42 59.55 0.8 0.33
Hex 95 94 11 0 1 59 2A 3C 50 21
Octal 225 224 21 0 1 131 52 74 120 41
Binary 10010101 10010100 10001 0 1 1011001 101010 111100 1010000 100001

Color Harmonies of #959411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959411

Black with #959411

Text Example


Text Example

White with #959411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959411; }

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

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

background-color css

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

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

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

border-color css

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

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

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