Html Css Color HEX #85B602 Citrus

📋 copy color: '#85B602'

red 133 ◦ green 182 ◦ blue 2

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

Shades of Citrus #85B602

Tints of Citrus #85B602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.41%

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

R = 41.96%
G = 57.41%
B = 0.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#85B602 (or 0x85B602) is known color: Citrus. HEX triplet: 85, B6 and 02. RGB value is (133,182,2). Sum of RGB (Red+Green+Blue) = 133+182+2=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #85B602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B602 is #7A49FD. Grayscale: #939393. Windows color (decimal): -8014334 or 177797. OLE color: 177797.

HSL color Cylindrical-coordinate representation of color #85B602: hue angle of 76.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85B602 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 182 2 -
CMYK 0.27 0 0.99 0.29
HSL 76.33º 0.98% 0.36% -
HSV(B) 76.33º 0.99% 0.71% -
XYZ 26.41 38.45 6.09 -
YUV 146.83 46.27 118.14 -
System Red Green Blue C M Y K H S L
Decimal 133 182 2 0.27 0 0.99 0.29 76.33 0.98 0.36
Hex 85 B6 2 1B 0 63 1D 4C 62 24
Octal 205 266 2 33 0 143 35 114 142 44
Binary 10000101 10110110 10 11011 0 1100011 11101 1001100 1100010 100100

Color Harmonies of #85B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B602

Black with #85B602

Text Example


Text Example

White with #85B602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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