Html Css Color HEX #859720 Citron

📋 copy color: '#859720'

red 133 ◦ green 151 ◦ blue 32

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

Shades of Citron #859720

Tints of Citron #859720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.78%

 BLUE value IS 32 (12.89% from 255) = 10.13%

R = 42.09%
G = 47.78%
B = 10.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#859720 (or 0x859720) is known color: Citron. HEX triplet: 85, 97 and 20. RGB value is (133,151,32). Sum of RGB (Red+Green+Blue) = 133+151+32=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #859720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859720 is #7A68DF. Grayscale: #848484. Windows color (decimal): -8022240 or 2135941. OLE color: 2135941.

HSL color Cylindrical-coordinate representation of color #859720: hue angle of 69.08º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #859720 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 151 32 -
CMYK 0.12 0 0.79 0.41
HSL 69.08º 0.65% 0.36% -
HSV(B) 69.08º 0.79% 0.59% -
XYZ 21 27.22 5.51 -
YUV 132.05 71.54 128.68 -
System Red Green Blue C M Y K H S L
Decimal 133 151 32 0.12 0 0.79 0.41 69.08 0.65 0.36
Hex 85 97 20 C 0 4F 29 45 41 24
Octal 205 227 40 14 0 117 51 105 101 44
Binary 10000101 10010111 100000 1100 0 1001111 101001 1000101 1000001 100100

Color Harmonies of #859720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859720

Black with #859720

Text Example


Text Example

White with #859720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859720; }

 p { color: rgb(133,151,32); }

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

background-color css

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

 a { background-color: rgb(133,151,32); }

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

border-color css

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

 span { border-color: rgb(133,151,32); }

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