Html Css Color HEX #85A502 Citrus

📋 copy color: '#85A502'

red 133 ◦ green 165 ◦ blue 2

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

Shades of Citrus #85A502

Tints of Citrus #85A502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 44.33%
G = 55%
B = 0.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#85A502 (or 0x85A502) is known color: Citrus. HEX triplet: 85, A5 and 02. RGB value is (133,165,2). Sum of RGB (Red+Green+Blue) = 133+165+2=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #85A502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A502 is #7A5AFD. Grayscale: #898989. Windows color (decimal): -8018686 or 173445. OLE color: 173445.

HSL color Cylindrical-coordinate representation of color #85A502: hue angle of 71.78º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85A502 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 165 2 -
CMYK 0.19 0 0.99 0.35
HSL 71.78º 0.98% 0.33% -
HSV(B) 71.78º 0.99% 0.65% -
XYZ 23.14 31.9 5 -
YUV 136.85 51.9 125.25 -
System Red Green Blue C M Y K H S L
Decimal 133 165 2 0.19 0 0.99 0.35 71.78 0.98 0.33
Hex 85 A5 2 13 0 63 23 48 62 21
Octal 205 245 2 23 0 143 43 110 142 41
Binary 10000101 10100101 10 10011 0 1100011 100011 1001000 1100010 100001

Color Harmonies of #85A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A502

Black with #85A502

Text Example


Text Example

White with #85A502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,165,2); }

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

background-color css

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

 a { background-color: rgb(133,165,2); }

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

border-color css

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

 span { border-color: rgb(133,165,2); }

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