Html Css Color HEX #959413 Citron

📋 copy color: '#959413'

red 149 ◦ green 148 ◦ blue 19

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

Shades of Citron #959413

Tints of Citron #959413

RGB

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

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

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

R = 47.15%
G = 46.84%
B = 6.01%

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

#959413 (or 0x959413) is known color: Citron. HEX triplet: 95, 94 and 13. RGB value is (149,148,19). Sum of RGB (Red+Green+Blue) = 149+148+19=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #959413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959413 is #6A6BEC. Grayscale: #868686. Windows color (decimal): -6974445 or 1283221. OLE color: 1283221.

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

Color convert

RGB 149 148 19 -
CMYK 0 0.01 0.87 0.42
HSL 59.54º 0.77% 0.33% -
HSV(B) 59.54º 0.87% 0.58% -
XYZ 23.1 27.62 4.73 -
YUV 133.59 63.33 138.99 -
System Red Green Blue C M Y K H S L
Decimal 149 148 19 0 0.01 0.87 0.42 59.54 0.77 0.33
Hex 95 94 13 0 1 57 2A 3C 4D 21
Octal 225 224 23 0 1 127 52 74 115 41
Binary 10010101 10010100 10011 0 1 1010111 101010 111100 1001101 100001

Color Harmonies of #959413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959413

Black with #959413

Text Example


Text Example

White with #959413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959413; }

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

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

background-color css

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

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

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

border-color css

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

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

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