Html Css Color HEX #959513 Citron

📋 copy color: '#959513'

red 149 ◦ green 149 ◦ blue 19

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

Shades of Citron #959513

Tints of Citron #959513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 47%
G = 47%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#959513 (or 0x959513) is known color: Citron. HEX triplet: 95, 95 and 13. RGB value is (149,149,19). Sum of RGB (Red+Green+Blue) = 149+149+19=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959513 is #6A6AEC. Grayscale: #868686. Windows color (decimal): -6974189 or 1283477. OLE color: 1283477.

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

Color convert

RGB 149 149 19 -
CMYK 0 0 0.87 0.42
HSL 60º 0.77% 0.33% -
HSV(B) 60º 0.87% 0.58% -
XYZ 23.26 27.93 4.78 -
YUV 134.18 63 138.57 -
System Red Green Blue C M Y K H S L
Decimal 149 149 19 0 0 0.87 0.42 60 0.77 0.33
Hex 95 95 13 0 0 57 2A 3C 4D 21
Octal 225 225 23 0 0 127 52 74 115 41
Binary 10010101 10010101 10011 0 0 1010111 101010 111100 1001101 100001

Color Harmonies of #959513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959513

Black with #959513

Text Example


Text Example

White with #959513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959513; }

 p { color: rgb(149,149,19); }

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

background-color css

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

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

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

border-color css

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

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

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