Html Css Color HEX #85AD05 Citrus

📋 copy color: '#85AD05'

red 133 ◦ green 173 ◦ blue 5

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

Shades of Citrus #85AD05

Tints of Citrus #85AD05

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.63%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 42.77%
G = 55.63%
B = 1.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#85AD05 (or 0x85AD05) is known color: Citrus. HEX triplet: 85, AD and 05. RGB value is (133,173,5). Sum of RGB (Red+Green+Blue) = 133+173+5=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AD05 is #7A52FA. Grayscale: #8E8E8E. Windows color (decimal): -8016635 or 372101. OLE color: 372101.

HSL color Cylindrical-coordinate representation of color #85AD05: hue angle of 74.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85AD05 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 173 5 -
CMYK 0.23 0 0.97 0.32
HSL 74.29º 0.94% 0.35% -
HSV(B) 74.29º 0.97% 0.68% -
XYZ 24.64 34.88 5.58 -
YUV 141.89 50.75 121.66 -
System Red Green Blue C M Y K H S L
Decimal 133 173 5 0.23 0 0.97 0.32 74.29 0.94 0.35
Hex 85 AD 5 17 0 61 20 4A 5E 23
Octal 205 255 5 27 0 141 40 112 136 43
Binary 10000101 10101101 101 10111 0 1100001 100000 1001010 1011110 100011

Color Harmonies of #85AD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD05

Black with #85AD05

Text Example


Text Example

White with #85AD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,173,5); }

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

background-color css

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

 a { background-color: rgb(133,173,5); }

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

border-color css

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

 span { border-color: rgb(133,173,5); }

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