Html Css Color HEX #85A204 Citron

📋 copy color: '#85A204'

red 133 ◦ green 162 ◦ blue 4

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

Shades of Citron #85A204

Tints of Citron #85A204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 44.48%
G = 54.18%
B = 1.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#85A204 (or 0x85A204) is known color: Citron. HEX triplet: 85, A2 and 04. RGB value is (133,162,4). Sum of RGB (Red+Green+Blue) = 133+162+4=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #85A204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A204 is #7A5DFB. Grayscale: #878787. Windows color (decimal): -8019452 or 303749. OLE color: 303749.

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

Color convert

RGB 133 162 4 -
CMYK 0.18 0 0.98 0.36
HSL 71.01º 0.95% 0.33% -
HSV(B) 71.01º 0.98% 0.64% -
XYZ 22.62 30.84 4.87 -
YUV 135.32 53.89 126.35 -
System Red Green Blue C M Y K H S L
Decimal 133 162 4 0.18 0 0.98 0.36 71.01 0.95 0.33
Hex 85 A2 4 12 0 62 24 47 5F 21
Octal 205 242 4 22 0 142 44 107 137 41
Binary 10000101 10100010 100 10010 0 1100010 100100 1000111 1011111 100001

Color Harmonies of #85A204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A204

Black with #85A204

Text Example


Text Example

White with #85A204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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