Html Css Color HEX #919014 Citron

📋 copy color: '#919014'

red 145 ◦ green 144 ◦ blue 20

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

Shades of Citron #919014

Tints of Citron #919014

RGB

 RED value IS 145 (57.03% from 255) = 46.93%

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

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

R = 46.93%
G = 46.6%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#919014 (or 0x919014) is known color: Citron. HEX triplet: 91, 90 and 14. RGB value is (145,144,20). Sum of RGB (Red+Green+Blue) = 145+144+20=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #919014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919014 is #6E6FEB. Grayscale: #828282. Windows color (decimal): -7237612 or 1347729. OLE color: 1347729.

HSL color Cylindrical-coordinate representation of color #919014: hue angle of 59.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #919014 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 144 20 -
CMYK 0 0.01 0.86 0.43
HSL 59.52º 0.76% 0.32% -
HSV(B) 59.52º 0.86% 0.57% -
XYZ 21.78 26.02 4.54 -
YUV 130.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 145 144 20 0 0.01 0.86 0.43 59.52 0.76 0.32
Hex 91 90 14 0 1 56 2B 3C 4C 20
Octal 221 220 24 0 1 126 53 74 114 40
Binary 10010001 10010000 10100 0 1 1010110 101011 111100 1001100 100000

Color Harmonies of #919014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919014

Black with #919014

Text Example


Text Example

White with #919014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919014; }

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

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

background-color css

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

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

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

border-color css

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

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

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