Html Css Color HEX #859414 Citron

📋 copy color: '#859414'

red 133 ◦ green 148 ◦ blue 20

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

Shades of Citron #859414

Tints of Citron #859414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.17%

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

R = 44.19%
G = 49.17%
B = 6.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#859414 (or 0x859414) is known color: Citron. HEX triplet: 85, 94 and 14. RGB value is (133,148,20). Sum of RGB (Red+Green+Blue) = 133+148+20=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #859414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859414 is #7A6BEB. Grayscale: #818181. Windows color (decimal): -8023020 or 1348741. OLE color: 1348741.

HSL color Cylindrical-coordinate representation of color #859414: hue angle of 67.03º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #859414 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 20 -
CMYK 0.10 0 0.86 0.42
HSL 67.03º 0.76% 0.33% -
HSV(B) 67.03º 0.86% 0.58% -
XYZ 20.39 26.22 4.65 -
YUV 128.92 66.53 130.91 -
System Red Green Blue C M Y K H S L
Decimal 133 148 20 0.10 0 0.86 0.42 67.03 0.76 0.33
Hex 85 94 14 A 0 56 2A 43 4C 21
Octal 205 224 24 12 0 126 52 103 114 41
Binary 10000101 10010100 10100 1010 0 1010110 101010 1000011 1001100 100001

Color Harmonies of #859414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859414

Black with #859414

Text Example


Text Example

White with #859414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859414; }

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

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

background-color css

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

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

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

border-color css

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

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

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