Html Css Color HEX #859014 Citron

📋 copy color: '#859014'

red 133 ◦ green 144 ◦ blue 20

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

Shades of Citron #859014

Tints of Citron #859014

RGB

 RED value IS 133 (52.34% from 255) = 44.78%

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

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

R = 44.78%
G = 48.48%
B = 6.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#859014 (or 0x859014) is known color: Citron. HEX triplet: 85, 90 and 14. RGB value is (133,144,20). Sum of RGB (Red+Green+Blue) = 133+144+20=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #859014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859014 is #7A6FEB. Grayscale: #7F7F7F. Windows color (decimal): -8024044 or 1347717. OLE color: 1347717.

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

Color convert

RGB 133 144 20 -
CMYK 0.08 0 0.86 0.44
HSL 65.32º 0.76% 0.32% -
HSV(B) 65.32º 0.86% 0.56% -
XYZ 19.77 24.98 4.44 -
YUV 126.58 67.86 132.58 -
System Red Green Blue C M Y K H S L
Decimal 133 144 20 0.08 0 0.86 0.44 65.32 0.76 0.32
Hex 85 90 14 8 0 56 2C 41 4C 20
Octal 205 220 24 10 0 126 54 101 114 40
Binary 10000101 10010000 10100 1000 0 1010110 101100 1000001 1001100 100000

Color Harmonies of #859014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859014

Black with #859014

Text Example


Text Example

White with #859014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859014; }

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

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

background-color css

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

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

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

border-color css

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

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

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