Html Css Color HEX #85A216 Citron

📋 copy color: '#85A216'

red 133 ◦ green 162 ◦ blue 22

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

Shades of Citron #85A216

Tints of Citron #85A216

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.1%

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 41.96%
G = 51.1%
B = 6.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#85A216 (or 0x85A216) is known color: Citron. HEX triplet: 85, A2 and 16. RGB value is (133,162,22). Sum of RGB (Red+Green+Blue) = 133+162+22=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #85A216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A216 is #7A5DE9. Grayscale: #898989. Windows color (decimal): -8019434 or 1483397. OLE color: 1483397.

HSL color Cylindrical-coordinate representation of color #85A216: hue angle of 72.43º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85A216 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 22 -
CMYK 0.18 0 0.86 0.36
HSL 72.43º 0.76% 0.36% -
HSV(B) 72.43º 0.86% 0.64% -
XYZ 22.74 30.89 5.52 -
YUV 137.37 62.89 124.88 -
System Red Green Blue C M Y K H S L
Decimal 133 162 22 0.18 0 0.86 0.36 72.43 0.76 0.36
Hex 85 A2 16 12 0 56 24 48 4C 24
Octal 205 242 26 22 0 126 44 110 114 44
Binary 10000101 10100010 10110 10010 0 1010110 100100 1001000 1001100 100100

Color Harmonies of #85A216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A216

Black with #85A216

Text Example


Text Example

White with #85A216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,162,22); }

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

background-color css

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

 a { background-color: rgb(133,162,22); }

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

border-color css

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

 span { border-color: rgb(133,162,22); }

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