Html Css Color HEX #85A018 Citron

📋 copy color: '#85A018'

red 133 ◦ green 160 ◦ blue 24

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

Shades of Citron #85A018

Tints of Citron #85A018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.47%

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 41.96%
G = 50.47%
B = 7.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#85A018 (or 0x85A018) is known color: Citron. HEX triplet: 85, A0 and 18. RGB value is (133,160,24). Sum of RGB (Red+Green+Blue) = 133+160+24=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #85A018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A018 is #7A5FE7. Grayscale: #888888. Windows color (decimal): -8019944 or 1613957. OLE color: 1613957.

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

Color convert

RGB 133 160 24 -
CMYK 0.17 0 0.85 0.37
HSL 71.91º 0.74% 0.36% -
HSV(B) 71.91º 0.85% 0.63% -
XYZ 22.41 30.19 5.51 -
YUV 136.42 64.55 125.56 -
System Red Green Blue C M Y K H S L
Decimal 133 160 24 0.17 0 0.85 0.37 71.91 0.74 0.36
Hex 85 A0 18 11 0 55 25 48 4A 24
Octal 205 240 30 21 0 125 45 110 112 44
Binary 10000101 10100000 11000 10001 0 1010101 100101 1001000 1001010 100100

Color Harmonies of #85A018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A018

Black with #85A018

Text Example


Text Example

White with #85A018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,160,24); }

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

background-color css

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

 a { background-color: rgb(133,160,24); }

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

border-color css

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

 span { border-color: rgb(133,160,24); }

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