Html Css Color HEX #85B504 Citrus

📋 copy color: '#85B504'

red 133 ◦ green 181 ◦ blue 4

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

Shades of Citrus #85B504

Tints of Citrus #85B504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.92%

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 41.82%
G = 56.92%
B = 1.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#85B504 (or 0x85B504) is known color: Citrus. HEX triplet: 85, B5 and 04. RGB value is (133,181,4). Sum of RGB (Red+Green+Blue) = 133+181+4=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #85B504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B504 is #7A4AFB. Grayscale: #939393. Windows color (decimal): -8014588 or 308613. OLE color: 308613.

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

Color convert

RGB 133 181 4 -
CMYK 0.27 0 0.98 0.29
HSL 76.27º 0.96% 0.36% -
HSV(B) 76.27º 0.98% 0.71% -
XYZ 26.22 38.04 6.08 -
YUV 146.47 47.6 118.39 -
System Red Green Blue C M Y K H S L
Decimal 133 181 4 0.27 0 0.98 0.29 76.27 0.96 0.36
Hex 85 B5 4 1B 0 62 1D 4C 60 24
Octal 205 265 4 33 0 142 35 114 140 44
Binary 10000101 10110101 100 11011 0 1100010 11101 1001100 1100000 100100

Color Harmonies of #85B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B504

Black with #85B504

Text Example


Text Example

White with #85B504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,181,4); }

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

background-color css

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

 a { background-color: rgb(133,181,4); }

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

border-color css

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

 span { border-color: rgb(133,181,4); }

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