Html Css Color HEX #85A602 Citrus

📋 copy color: '#85A602'

red 133 ◦ green 166 ◦ blue 2

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

Shades of Citrus #85A602

Tints of Citrus #85A602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.15%

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

R = 44.19%
G = 55.15%
B = 0.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#85A602 (or 0x85A602) is known color: Citrus. HEX triplet: 85, A6 and 02. RGB value is (133,166,2). Sum of RGB (Red+Green+Blue) = 133+166+2=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #85A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A602 is #7A59FD. Grayscale: #8A8A8A. Windows color (decimal): -8018430 or 173701. OLE color: 173701.

HSL color Cylindrical-coordinate representation of color #85A602: hue angle of 72.07º 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 #85A602 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 166 2 -
CMYK 0.20 0 0.99 0.35
HSL 72.07º 0.98% 0.33% -
HSV(B) 72.07º 0.99% 0.65% -
XYZ 23.32 32.26 5.06 -
YUV 137.44 51.57 124.84 -
System Red Green Blue C M Y K H S L
Decimal 133 166 2 0.20 0 0.99 0.35 72.07 0.98 0.33
Hex 85 A6 2 14 0 63 23 48 62 21
Octal 205 246 2 24 0 143 43 110 142 41
Binary 10000101 10100110 10 10100 0 1100011 100011 1001000 1100010 100001

Color Harmonies of #85A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A602

Black with #85A602

Text Example


Text Example

White with #85A602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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