#BAF755

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

Shades of Conifer #BAF755

Tints of Conifer #BAF755

Color information

#BAF755 (or 0xBAF755) is unknown color: approx Conifer. HEX triplet: BA, F7 and 55. RGB value is (186,247,85). Sum of RGB (Red+Green+Blue) = 186+247+85=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF755 is #4508AA. Grayscale: #D2D2D2. Windows color (decimal): -4524203 or 5633978. OLE color: 5633978.

HSL color Cylindrical-coordinate representation of color #BAF755: hue angle of 82.59º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAF755 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB18624785-
CMYK0.2500.660.03
HSL82.59º91.01%65.1%-
HSV(B)82.59º65.59%96.86%-
XYZ55.1577.6220.67-
YUV210.2957.29110.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 247 (96.88% from 255) = 47.68%
BLUE value IS 85 (33.59% from 255) = 16.41%
R=35.91%
G=47.68%
B=16.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal186247850.2500.660.0382.5991.0165.1
HexBAF755190423535b41
Octal2723671253101023123133101
Binary10111010111101111010101110010100001011101001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF755; }

 p { color: rgb(186,247,85); }

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

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

 a { background-color: rgb(186,247,85); }

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

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

 span { border-color: rgb(186,247,85); }

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