Html Css Color HEX #959014 Citron

📋 copy color: '#959014'

red 149 ◦ green 144 ◦ blue 20

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

Shades of Citron #959014

Tints of Citron #959014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

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

R = 47.6%
G = 46.01%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#959014 (or 0x959014) is known color: Citron. HEX triplet: 95, 90 and 14. RGB value is (149,144,20). Sum of RGB (Red+Green+Blue) = 149+144+20=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #959014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959014 is #6A6FEB. Grayscale: #838383. Windows color (decimal): -6975468 or 1347733. OLE color: 1347733.

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

Color convert

RGB 149 144 20 -
CMYK 0 0.03 0.87 0.42
HSL 57.67º 0.76% 0.33% -
HSV(B) 57.67º 0.87% 0.58% -
XYZ 22.49 26.39 4.57 -
YUV 131.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 149 144 20 0 0.03 0.87 0.42 57.67 0.76 0.33
Hex 95 90 14 0 3 57 2A 3A 4C 21
Octal 225 220 24 0 3 127 52 72 114 41
Binary 10010101 10010000 10100 0 11 1010111 101010 111010 1001100 100001

Color Harmonies of #959014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959014

Black with #959014

Text Example


Text Example

White with #959014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959014; }

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

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

background-color css

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

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

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

border-color css

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

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

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