#BAF349

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

Shades of Conifer #BAF349

Tints of Conifer #BAF349

Color information

#BAF349 (or 0xBAF349) is unknown color: approx Conifer. HEX triplet: BA, F3 and 49. RGB value is (186,243,73). Sum of RGB (Red+Green+Blue) = 186+243+73=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF349 is #450CB6. Grayscale: #CFCFCF. Windows color (decimal): -4525239 or 4846522. OLE color: 4846522.

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

Color convert

RGB18624373-
CMYK0.2300.700.05
HSL80.12º87.63%61.96%-
HSV(B)80.12º69.96%95.29%-
XYZ53.575.0217.96-
YUV206.5852.62113.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 243 (95.31% from 255) = 48.41%
BLUE value IS 73 (28.91% from 255) = 14.54%
R=37.05%
G=48.41%
B=14.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186243730.2300.700.0580.1287.6361.96
HexBAF34917046550583e
Octal272363111270106512013076
Binary10111010111100111001001101110100011010110100001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF349; }

 p { color: rgb(186,243,73); }

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

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

 a { background-color: rgb(186,243,73); }

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

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

 span { border-color: rgb(186,243,73); }

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