Html Css Color HEX #959313 Citron

📋 copy color: '#959313'

red 149 ◦ green 147 ◦ blue 19

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

Shades of Citron #959313

Tints of Citron #959313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

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

R = 47.3%
G = 46.67%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#959313 (or 0x959313) is known color: Citron. HEX triplet: 95, 93 and 13. RGB value is (149,147,19). Sum of RGB (Red+Green+Blue) = 149+147+19=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #959313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959313 is #6A6CEC. Grayscale: #858585. Windows color (decimal): -6974701 or 1282965. OLE color: 1282965.

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

Color convert

RGB 149 147 19 -
CMYK 0 0.01 0.87 0.42
HSL 59.08º 0.77% 0.33% -
HSV(B) 59.08º 0.87% 0.58% -
XYZ 22.95 27.3 4.68 -
YUV 133.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 149 147 19 0 0.01 0.87 0.42 59.08 0.77 0.33
Hex 95 93 13 0 1 57 2A 3B 4D 21
Octal 225 223 23 0 1 127 52 73 115 41
Binary 10010101 10010011 10011 0 1 1010111 101010 111011 1001101 100001

Color Harmonies of #959313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959313

Black with #959313

Text Example


Text Example

White with #959313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959313; }

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

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

background-color css

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

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

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

border-color css

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

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

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