#85BA05

Color #85BA05 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #85BA05

Tints of Citrus #85BA05

Color information

#85BA05 (or 0x85BA05) is unknown color: approx Citrus. HEX triplet: 85, BA and 05. RGB value is (133,186,5). Sum of RGB (Red+Green+Blue) = 133+186+5=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA05 is #7A45FA. Grayscale: #969696. Windows color (decimal): -8013307 or 375429. OLE color: 375429.

HSL color Cylindrical-coordinate representation of color #85BA05: hue angle of 77.57º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85BA05 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1331865-
CMYK0.2800.970.27
HSL77.57º94.76%37.45%-
HSV(B)77.57º97.31%72.94%-
XYZ27.2640.126.45-
YUV149.5246.44116.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 186 (73.05% from 255) = 57.41%
BLUE value IS 5 (2.34% from 255) = 1.54%
R=41.05%
G=57.41%
B=1.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13318650.2800.970.2777.5794.7637.45
Hex85BA51C0611B4e5f25
Octal20527253401413311613745
Binary100001011011101010111100011000011101110011101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,186,5); }

 H1.HeaderClassName
 {
   color: #85BA05;
 }
 .AnyTagClassName
 {
   color: #85BA05;
 }
</style>
background-color css

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

 a { background-color: rgb(133,186,5); }

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

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

 span { border-color: rgb(133,186,5); }

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