Html Css Color HEX #85B802 Citrus

📋 copy color: '#85B802'

red 133 ◦ green 184 ◦ blue 2

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

Shades of Citrus #85B802

Tints of Citrus #85B802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.68%

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

R = 41.69%
G = 57.68%
B = 0.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#85B802 (or 0x85B802) is known color: Citrus. HEX triplet: 85, B8 and 02. RGB value is (133,184,2). Sum of RGB (Red+Green+Blue) = 133+184+2=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #85B802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B802 is #7A47FD. Grayscale: #949494. Windows color (decimal): -8013822 or 178309. OLE color: 178309.

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

Color convert

RGB 133 184 2 -
CMYK 0.28 0 0.99 0.28
HSL 76.81º 0.98% 0.36% -
HSV(B) 76.81º 0.99% 0.72% -
XYZ 26.82 39.27 6.22 -
YUV 148 45.6 117.3 -
System Red Green Blue C M Y K H S L
Decimal 133 184 2 0.28 0 0.99 0.28 76.81 0.98 0.36
Hex 85 B8 2 1C 0 63 1C 4D 62 24
Octal 205 270 2 34 0 143 34 115 142 44
Binary 10000101 10111000 10 11100 0 1100011 11100 1001101 1100010 100100

Color Harmonies of #85B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B802

Black with #85B802

Text Example


Text Example

White with #85B802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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