#85BF06

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

Shades of Citrus #85BF06

Tints of Citrus #85BF06

Color information

#85BF06 (or 0x85BF06) is unknown color: approx Citrus. HEX triplet: 85, BF and 06. RGB value is (133,191,6). Sum of RGB (Red+Green+Blue) = 133+191+6=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BF06 is #7A40F9. Grayscale: #999999. Windows color (decimal): -8012026 or 442245. OLE color: 442245.

HSL color Cylindrical-coordinate representation of color #85BF06: hue angle of 78.81º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85BF06 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1331916-
CMYK0.3000.970.25
HSL78.81º93.91%38.63%-
HSV(B)78.81º96.86%74.9%-
XYZ28.3442.266.84-
YUV152.5745.28114.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 191 (75% from 255) = 57.88%
BLUE value IS 6 (2.73% from 255) = 1.82%
R=40.30%
G=57.88%
B=1.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13319160.3000.970.2578.8193.9138.63
Hex85BF61E061194f5e27
Octal20527763601413111713647
Binary100001011011111111011110011000011100110011111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,191,6); }

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

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

 a { background-color: rgb(133,191,6); }

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

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

 span { border-color: rgb(133,191,6); }

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