Html Css Color HEX #85A109 Citron

📋 copy color: '#85A109'

red 133 ◦ green 161 ◦ blue 9

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

Shades of Citron #85A109

Tints of Citron #85A109

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.14%

 BLUE value IS 9 (3.91% from 255) = 2.97%

R = 43.89%
G = 53.14%
B = 2.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#85A109 (or 0x85A109) is known color: Citron. HEX triplet: 85, A1 and 09. RGB value is (133,161,9). Sum of RGB (Red+Green+Blue) = 133+161+9=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #85A109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A109 is #7A5EF6. Grayscale: #878787. Windows color (decimal): -8019703 or 631173. OLE color: 631173.

HSL color Cylindrical-coordinate representation of color #85A109: hue angle of 71.05º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85A109 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 9 -
CMYK 0.17 0 0.94 0.37
HSL 71.05º 0.89% 0.33% -
HSV(B) 71.05º 0.94% 0.63% -
XYZ 22.47 30.5 4.96 -
YUV 135.3 56.72 126.36 -
System Red Green Blue C M Y K H S L
Decimal 133 161 9 0.17 0 0.94 0.37 71.05 0.89 0.33
Hex 85 A1 9 11 0 5E 25 47 59 21
Octal 205 241 11 21 0 136 45 107 131 41
Binary 10000101 10100001 1001 10001 0 1011110 100101 1000111 1011001 100001

Color Harmonies of #85A109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A109

Black with #85A109

Text Example


Text Example

White with #85A109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A109; }

 p { color: rgb(133,161,9); }

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

background-color css

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

 a { background-color: rgb(133,161,9); }

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

border-color css

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

 span { border-color: rgb(133,161,9); }

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