Html Css Color HEX #859520 Citron

📋 copy color: '#859520'

red 133 ◦ green 149 ◦ blue 32

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

Shades of Citron #859520

Tints of Citron #859520

RGB

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

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

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

R = 42.36%
G = 47.45%
B = 10.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#859520 (or 0x859520) is known color: Citron. HEX triplet: 85, 95 and 20. RGB value is (133,149,32). Sum of RGB (Red+Green+Blue) = 133+149+32=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #859520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859520 is #7A6ADF. Grayscale: #838383. Windows color (decimal): -8022752 or 2135429. OLE color: 2135429.

HSL color Cylindrical-coordinate representation of color #859520: hue angle of 68.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #859520 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 149 32 -
CMYK 0.11 0 0.79 0.42
HSL 68.21º 0.65% 0.35% -
HSV(B) 68.21º 0.79% 0.58% -
XYZ 20.68 26.59 5.41 -
YUV 130.88 72.2 129.51 -
System Red Green Blue C M Y K H S L
Decimal 133 149 32 0.11 0 0.79 0.42 68.21 0.65 0.35
Hex 85 95 20 B 0 4F 2A 44 41 23
Octal 205 225 40 13 0 117 52 104 101 43
Binary 10000101 10010101 100000 1011 0 1001111 101010 1000100 1000001 100011

Color Harmonies of #859520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859520

Black with #859520

Text Example


Text Example

White with #859520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859520; }

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

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

background-color css

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

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

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

border-color css

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

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

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