Html Css Color HEX #859B20 Citron

📋 copy color: '#859B20'

red 133 ◦ green 155 ◦ blue 32

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

Shades of Citron #859B20

Tints of Citron #859B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.44%

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

R = 41.56%
G = 48.44%
B = 10%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#859B20 (or 0x859B20) is known color: Citron. HEX triplet: 85, 9B and 20. RGB value is (133,155,32). Sum of RGB (Red+Green+Blue) = 133+155+32=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #859B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B20 is #7A64DF. Grayscale: #868686. Windows color (decimal): -8021216 or 2136965. OLE color: 2136965.

HSL color Cylindrical-coordinate representation of color #859B20: hue angle of 70.73º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #859B20 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 155 32 -
CMYK 0.14 0 0.79 0.39
HSL 70.73º 0.66% 0.37% -
HSV(B) 70.73º 0.79% 0.61% -
XYZ 21.65 28.53 5.73 -
YUV 134.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 133 155 32 0.14 0 0.79 0.39 70.73 0.66 0.37
Hex 85 9B 20 E 0 4F 27 47 42 25
Octal 205 233 40 16 0 117 47 107 102 45
Binary 10000101 10011011 100000 1110 0 1001111 100111 1000111 1000010 100101

Color Harmonies of #859B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B20

Black with #859B20

Text Example


Text Example

White with #859B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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