Html Css Color HEX #959614 Citron

📋 copy color: '#959614'

red 149 ◦ green 150 ◦ blue 20

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

Shades of Citron #959614

Tints of Citron #959614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.27%

R = 46.71%
G = 47.02%
B = 6.27%

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

#959614 (or 0x959614) is known color: Citron. HEX triplet: 95, 96 and 14. RGB value is (149,150,20). Sum of RGB (Red+Green+Blue) = 149+150+20=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #959614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959614 is #6A69EB. Grayscale: #878787. Windows color (decimal): -6973932 or 1349269. OLE color: 1349269.

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

Color convert

RGB 149 150 20 -
CMYK 0.01 0 0.87 0.41
HSL 60.46º 0.76% 0.33% -
HSV(B) 60.46º 0.87% 0.59% -
XYZ 23.43 28.25 4.88 -
YUV 134.88 63.17 138.07 -
System Red Green Blue C M Y K H S L
Decimal 149 150 20 0.01 0 0.87 0.41 60.46 0.76 0.33
Hex 95 96 14 1 0 57 29 3C 4C 21
Octal 225 226 24 1 0 127 51 74 114 41
Binary 10010101 10010110 10100 1 0 1010111 101001 111100 1001100 100001

Color Harmonies of #959614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959614

Black with #959614

Text Example


Text Example

White with #959614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959614; }

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

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

background-color css

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

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

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

border-color css

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

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

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