#BAF25B

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

Shades of Conifer #BAF25B

Tints of Conifer #BAF25B

Color information

#BAF25B (or 0xBAF25B) is unknown color: approx Conifer. HEX triplet: BA, F2 and 5B. RGB value is (186,242,91). Sum of RGB (Red+Green+Blue) = 186+242+91=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF25B is #450DA4. Grayscale: #D0D0D0. Windows color (decimal): -4525477 or 6025914. OLE color: 6025914.

HSL color Cylindrical-coordinate representation of color #BAF25B: hue angle of 82.25º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAF25B is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB18624291-
CMYK0.2300.620.05
HSL82.25º85.31%65.29%-
HSV(B)82.25º62.4%94.9%-
XYZ53.8974.721.48-
YUV208.0461.95112.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 242 (94.92% from 255) = 46.63%
BLUE value IS 91 (35.94% from 255) = 17.53%
R=35.84%
G=46.63%
B=17.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186242910.2300.620.0582.2585.3165.29
HexBAF25B1703E5525541
Octal272362133270765122125101
Binary10111010111100101011011101110111110101101001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF25B; }

 p { color: rgb(186,242,91); }

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

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

 a { background-color: rgb(186,242,91); }

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

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

 span { border-color: rgb(186,242,91); }

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