Html Css Color HEX #859514 Citron

📋 copy color: '#859514'

red 133 ◦ green 149 ◦ blue 20

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

Shades of Citron #859514

Tints of Citron #859514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.34%

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

R = 44.04%
G = 49.34%
B = 6.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#859514 (or 0x859514) is known color: Citron. HEX triplet: 85, 95 and 14. RGB value is (133,149,20). Sum of RGB (Red+Green+Blue) = 133+149+20=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #859514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859514 is #7A6AEB. Grayscale: #828282. Windows color (decimal): -8022764 or 1348997. OLE color: 1348997.

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

Color convert

RGB 133 149 20 -
CMYK 0.11 0 0.87 0.42
HSL 67.44º 0.76% 0.33% -
HSV(B) 67.44º 0.87% 0.58% -
XYZ 20.55 26.53 4.7 -
YUV 129.51 66.2 130.49 -
System Red Green Blue C M Y K H S L
Decimal 133 149 20 0.11 0 0.87 0.42 67.44 0.76 0.33
Hex 85 95 14 B 0 57 2A 43 4C 21
Octal 205 225 24 13 0 127 52 103 114 41
Binary 10000101 10010101 10100 1011 0 1010111 101010 1000011 1001100 100001

Color Harmonies of #859514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859514

Black with #859514

Text Example


Text Example

White with #859514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859514; }

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

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

background-color css

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

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

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

border-color css

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

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

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