#BAF05B

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

Shades of Conifer #BAF05B

Tints of Conifer #BAF05B

Color information

#BAF05B (or 0xBAF05B) is unknown color: approx Conifer. HEX triplet: BA, F0 and 5B. RGB value is (186,240,91). Sum of RGB (Red+Green+Blue) = 186+240+91=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF05B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF05B is #450FA4. Grayscale: #CFCFCF. Windows color (decimal): -4525989 or 6025402. OLE color: 6025402.

HSL color Cylindrical-coordinate representation of color #BAF05B: hue angle of 81.74º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAF05B is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB18624091-
CMYK0.2200.620.06
HSL81.74º83.24%64.9%-
HSV(B)81.74º62.08%94.12%-
XYZ53.373.5121.28-
YUV206.8762.61113.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 240 (94.14% from 255) = 46.42%
BLUE value IS 91 (35.94% from 255) = 17.60%
R=35.98%
G=46.42%
B=17.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186240910.2200.620.0681.7483.2464.9
HexBAF05B1603E6525341
Octal272360133260766122123101
Binary10111010111100001011011101100111110110101001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF05B; }

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

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

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

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

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

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

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

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