Html Css Color HEX #959613 Citron

📋 copy color: '#959613'

red 149 ◦ green 150 ◦ blue 19

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

Shades of Citron #959613

Tints of Citron #959613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

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

R = 46.86%
G = 47.17%
B = 5.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#959613 (or 0x959613) is known color: Citron. HEX triplet: 95, 96 and 13. RGB value is (149,150,19). Sum of RGB (Red+Green+Blue) = 149+150+19=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #959613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959613 is #6A69EC. Grayscale: #878787. Windows color (decimal): -6973933 or 1283733. OLE color: 1283733.

HSL color Cylindrical-coordinate representation of color #959613: hue angle of 60.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #959613 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 150 19 -
CMYK 0.01 0 0.87 0.41
HSL 60.46º 0.78% 0.33% -
HSV(B) 60.46º 0.87% 0.59% -
XYZ 23.42 28.25 4.83 -
YUV 134.77 62.67 138.15 -
System Red Green Blue C M Y K H S L
Decimal 149 150 19 0.01 0 0.87 0.41 60.46 0.78 0.33
Hex 95 96 13 1 0 57 29 3C 4E 21
Octal 225 226 23 1 0 127 51 74 116 41
Binary 10010101 10010110 10011 1 0 1010111 101001 111100 1001110 100001

Color Harmonies of #959613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959613

Black with #959613

Text Example


Text Example

White with #959613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959613; }

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

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

background-color css

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

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

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

border-color css

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

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

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